mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +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:
@@ -57,6 +57,6 @@
|
||||
var/mob/living/L = target
|
||||
if(L.mob_biotypes & MOB_PLANT)
|
||||
L.show_message(span_notice("The radiation beam leaves you feeling disoriented!"))
|
||||
L.set_timed_status_effect(30 SECONDS, /datum/status_effect/dizziness, only_if_higher = TRUE)
|
||||
L.set_dizzy_if_lower(30 SECONDS)
|
||||
L.emote("flip")
|
||||
L.emote("spin")
|
||||
|
||||
Reference in New Issue
Block a user