mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
STICK EM UP
This commit is contained in:
@@ -197,3 +197,33 @@
|
||||
desc = replacetext(desc, "TARGET_NAME", tagalong.shadowing.real_name)
|
||||
..()
|
||||
desc = initial(desc) //yogs end
|
||||
|
||||
// heldup is for the person being aimed at
|
||||
/datum/status_effect/heldup
|
||||
id = "heldup"
|
||||
duration = -1
|
||||
status_type = STATUS_EFFECT_MULTIPLE
|
||||
alert_type = /obj/screen/alert/status_effect/heldup
|
||||
|
||||
/obj/screen/alert/status_effect/heldup
|
||||
name = "Held Up"
|
||||
desc = "Making any sudden moves would probably be a bad idea!"
|
||||
icon_state = "aimed"
|
||||
|
||||
// holdup is for the person aiming
|
||||
/datum/status_effect/holdup
|
||||
id = "holdup"
|
||||
duration = -1
|
||||
status_type = STATUS_EFFECT_UNIQUE
|
||||
alert_type = /obj/screen/alert/status_effect/holdup
|
||||
|
||||
/obj/screen/alert/status_effect/holdup
|
||||
name = "Holding Up"
|
||||
desc = "You're currently pointing a gun at someone."
|
||||
icon_state = "aimed"
|
||||
|
||||
/datum/status_effect/notscared
|
||||
id = "notscared"
|
||||
duration = 600
|
||||
status_type = STATUS_EFFECT_UNIQUE
|
||||
alert_type = null
|
||||
Reference in New Issue
Block a user