mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Adds macros to help with common set_- and adjust_timed_status_effect uses (#69951)
* Adds helpers for status effect application
This commit is contained in:
@@ -212,7 +212,7 @@
|
||||
/datum/status_effect/bonechill/tick()
|
||||
if(prob(50))
|
||||
owner.adjustFireLoss(1)
|
||||
owner.set_timed_status_effect(6 SECONDS, /datum/status_effect/jitter, only_if_higher = TRUE)
|
||||
owner.set_jitter_if_lower(6 SECONDS)
|
||||
owner.adjust_bodytemperature(-10)
|
||||
if(ishuman(owner))
|
||||
var/mob/living/carbon/human/humi = owner
|
||||
|
||||
Reference in New Issue
Block a user