Besrserkjuice doesn't spam chat (#6893)

This commit is contained in:
Atermonera
2020-03-25 13:36:48 -07:00
committed by VirgoBot
parent 08be0a3fa1
commit baf867e93d
3 changed files with 14 additions and 9 deletions

View File

@@ -12,12 +12,13 @@
metabolism = REM
var/modifier_to_add = /datum/modifier/berserk
var/modifier_duration = 2 SECONDS // How long, per unit dose, will this last?
var/modifier_duration = 3 SECONDS // How long, per unit dose, will this last?
// 2 SECONDS is the resolution of life code, and the modifier will expire before chemical processing tries to re-add it
/datum/reagent/modapplying/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
if(alien == IS_DIONA)
return
M.add_modifier(modifier_to_add, dose * modifier_duration)
M.add_modifier(modifier_to_add, modifier_duration, suppress_failure = TRUE)
/datum/reagent/modapplying/cryofluid
name = "cryogenic slurry"