yeet 3
This commit is contained in:
@@ -357,9 +357,11 @@
|
||||
/datum/mutation/human/spastic/on_acquiring()
|
||||
if(..())
|
||||
return
|
||||
owner.apply_status_effect(STATUS_EFFECT_SPASMS)
|
||||
if (owner)
|
||||
owner.apply_status_effect(STATUS_EFFECT_SPASMS)
|
||||
|
||||
/datum/mutation/human/spastic/on_losing()
|
||||
if(..())
|
||||
return
|
||||
owner.remove_status_effect(STATUS_EFFECT_SPASMS)
|
||||
if (owner)
|
||||
owner.remove_status_effect(STATUS_EFFECT_SPASMS)
|
||||
|
||||
Reference in New Issue
Block a user