mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Implant Checking (#10290)
This commit is contained in:
@@ -255,10 +255,14 @@
|
||||
status += "dangling uselessly"
|
||||
if(org.status & ORGAN_BLEEDING)
|
||||
status += SPAN_DANGER("bleeding")
|
||||
if(status.len)
|
||||
src.show_message("My [org.name] is [SPAN_WARNING("[english_list(status)].")]", 1)
|
||||
var/output = ""
|
||||
if(length(status))
|
||||
output = "My [org.name] is [SPAN_WARNING("[english_list(status)].")]"
|
||||
else
|
||||
src.show_message("My [org.name] feels [SPAN_NOTICE("OK.")]" ,1)
|
||||
output = "My [org.name] feels [SPAN_NOTICE("OK.")]"
|
||||
if(length(org.implants))
|
||||
output += " [SPAN_WARNING("I can feel something inside it.")]"
|
||||
to_chat(src, output)
|
||||
|
||||
if((isskeleton(H)) && (!H.w_uniform) && (!H.wear_suit))
|
||||
H.play_xylophone()
|
||||
|
||||
Reference in New Issue
Block a user