Skip to content

Commit

Permalink
Update prop_positive.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers authored May 24, 2024
1 parent bd3ac08 commit 0f1955a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
/datum/chem_property/positive/neurocryogenic/reaction_mob(mob/M, method = TOUCH, volume, potency = 1)
if(!isxeno_human(M))
return
M.AddComponent(/datum/component/speed_modifier, potency * volume * 0.5) //Brainfreeze
M.AddComponent(/datum/component/status_effect/speed_modifier, potency * volume * 0.5) //Brainfreeze

/datum/chem_property/positive/antiparasitic
name = PROPERTY_ANTIPARASITIC
Expand Down

0 comments on commit 0f1955a

Please sign in to comment.