Allows mobs to get shocked when they smash things (#31677)
also fixes an unrelated runtime involving magillitis
This commit is contained in:
committed by
CitadelStationBot
parent
0c663a6a9c
commit
1831bc8ea9
@@ -1583,7 +1583,7 @@
|
||||
/datum/reagent/magillitis/on_mob_life(mob/living/carbon/M)
|
||||
..()
|
||||
if((ismonkey(M) || ishuman(M)) && current_cycle >= 10)
|
||||
return M.gorillize()
|
||||
M.gorillize()
|
||||
|
||||
/datum/reagent/growthserum
|
||||
name = "Growth Serum"
|
||||
|
||||
Reference in New Issue
Block a user