mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Add confused alert
This commit is contained in:
@@ -220,6 +220,11 @@ The box in your backpack has an oxygen tank and gas mask in it."
|
|||||||
or something covering your eyes."
|
or something covering your eyes."
|
||||||
icon_state = "blind"
|
icon_state = "blind"
|
||||||
|
|
||||||
|
/obj/screen/alert/confused
|
||||||
|
name = "Confused"
|
||||||
|
desc = "You're confused, and may stumble into things! This may be from concussive effects, drugs, or dizzyness. Walking will help reduce incidents."
|
||||||
|
icon_state = "confused"
|
||||||
|
|
||||||
/obj/screen/alert/high
|
/obj/screen/alert/high
|
||||||
name = "High"
|
name = "High"
|
||||||
desc = "Whoa man, you're tripping balls! Careful you don't get addicted... if you aren't already."
|
desc = "Whoa man, you're tripping balls! Careful you don't get addicted... if you aren't already."
|
||||||
|
|||||||
@@ -154,6 +154,9 @@
|
|||||||
/mob/living/proc/handle_confused()
|
/mob/living/proc/handle_confused()
|
||||||
if(confused)
|
if(confused)
|
||||||
AdjustConfused(-1)
|
AdjustConfused(-1)
|
||||||
|
throw_alert("confused", /obj/screen/alert/confused)
|
||||||
|
else
|
||||||
|
clear_alert("confused")
|
||||||
return confused
|
return confused
|
||||||
|
|
||||||
/mob/living/proc/handle_disabilities()
|
/mob/living/proc/handle_disabilities()
|
||||||
|
|||||||
Reference in New Issue
Block a user