Add Overdosing Behaviour to Meth (#4949)
* Added debug bottle of meth as well as a damage increase on a Reagent Threshold * fix for metabolism getting funked when there is a failed reaction condition * removed max, raised minimum to 10 * reduced regular meth damage, increased overdose damage
This commit is contained in:
@@ -106,7 +106,7 @@ namespace Content.Server.Body.Metabolism
|
||||
}
|
||||
|
||||
if (!conditionsMet)
|
||||
return;
|
||||
continue;
|
||||
|
||||
// If we're part of a body, pass that entity to Metabolize
|
||||
// Otherwise, just pass our owner entity, maybe we're a plant or something
|
||||
|
||||
Reference in New Issue
Block a user