scale reagent damage when under metabolism rate (#11578)
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Content.Shared.Chemistry
|
||||
|
||||
// If we have a source solution, use the reagent quantity we have left. Otherwise, use the reaction volume specified.
|
||||
var args = new ReagentEffectArgs(uid, null, source, reagent,
|
||||
source?.GetReagentQuantity(reagent.ID) ?? reactVolume, EntityManager, method);
|
||||
source?.GetReagentQuantity(reagent.ID) ?? reactVolume, EntityManager, method, null);
|
||||
|
||||
// First, check if the reagent wants to apply any effects.
|
||||
if (reagent.ReactiveEffects != null && reactive.ReactiveGroups != null)
|
||||
|
||||
Reference in New Issue
Block a user