Heart Disease 2: Electric Boogaloo (#35296)

* Heart Disease 2: Electric Boogaloo

* Upd8
This commit is contained in:
MoreRobustThanYou
2018-02-08 04:01:55 -05:00
committed by CitadelStationBot
parent 592a527c24
commit 9c957f5a0b
11 changed files with 114 additions and 3 deletions
+14
View File
@@ -436,3 +436,17 @@
name = "Fleshmend"
desc = "Our wounds are rapidly healing. <i>This effect is prevented if we are on fire.</i>"
icon_state = "fleshmend"
/datum/status_effect/exercised
id = "Exercised"
duration = 1200
alert_type = null
/datum/status_effect/exercised/on_creation(mob/living/new_owner, ...)
. = ..()
STOP_PROCESSING(SSfastprocess, src)
START_PROCESSING(SSprocessing, src) //this lasts 20 minutes, so SSfastprocess isn't needed.
/datum/status_effect/exercised/Destroy()
. = ..()
STOP_PROCESSING(SSprocessing, src)