Revert "Revert "Merge branch 'master' into robotic-limbs-PT2""
This reverts commit 27a099c6bf.
This commit is contained in:
@@ -335,15 +335,11 @@ datum/status_effect/rebreathing/tick()
|
||||
duration = 600
|
||||
|
||||
/datum/status_effect/timecookie/on_apply()
|
||||
if(ishuman(owner))
|
||||
var/mob/living/carbon/human/H
|
||||
H.physiology.do_after_speed *= 0.95
|
||||
owner.add_actionspeed_modifier(/datum/actionspeed_modifier/timecookie)
|
||||
return ..()
|
||||
|
||||
/datum/status_effect/timecookie/on_remove()
|
||||
if(ishuman(owner))
|
||||
var/mob/living/carbon/human/H
|
||||
H.physiology.do_after_speed /= 0.95
|
||||
owner.remove_actionspeed_modifier(/datum/actionspeed_modifier/timecookie)
|
||||
return ..()
|
||||
|
||||
/datum/status_effect/lovecookie
|
||||
|
||||
Reference in New Issue
Block a user