STICK EM UP

This commit is contained in:
SomeguyManperson
2019-11-10 08:54:51 -05:00
parent ffa77b16c7
commit d2ce654f60
8 changed files with 52 additions and 0 deletions

View File

@@ -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