mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +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:
@@ -9,7 +9,7 @@
|
||||
|
||||
/datum/mutation/human/nervousness/on_life(delta_time, times_fired)
|
||||
if(DT_PROB(5, delta_time))
|
||||
owner.set_timed_status_effect(20 SECONDS, /datum/status_effect/speech/stutter, only_if_higher = TRUE)
|
||||
owner.set_stutter_if_lower(20 SECONDS)
|
||||
|
||||
/datum/mutation/human/wacky
|
||||
name = "Wacky"
|
||||
|
||||
Reference in New Issue
Block a user