mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Besrserkjuice doesn't spam chat (#6893)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user