mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Fixes Spore Toxin Not Working
This commit is contained in:
committed by
variableundefined
parent
b373717262
commit
58f494da2d
@@ -419,7 +419,7 @@
|
||||
color = "#9ACD32"
|
||||
taste_description = "bitterness"
|
||||
|
||||
/datum/reagent/spores/on_mob_life(mob/living/M)
|
||||
/datum/reagent/spore/on_mob_life(mob/living/M)
|
||||
var/update_flags = STATUS_UPDATE_NONE
|
||||
update_flags |= M.adjustToxLoss(1, FALSE)
|
||||
M.damageoverlaytemp = 60
|
||||
|
||||
Reference in New Issue
Block a user