mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-30 03:52:52 +00:00
Checking Injuries now shows Bleeding (#7904)
Examining yourself for injuries will now show you whether your limb is bleeding or not.
This commit is contained in:
@@ -234,6 +234,8 @@
|
||||
status += "is bruised and necrotic"
|
||||
if(!org.is_usable())
|
||||
status += "dangling uselessly"
|
||||
if(org.status & ORGAN_BLEEDING)
|
||||
status += span("danger", "bleeding")
|
||||
if(status.len)
|
||||
src.show_message("My [org.name] is <span class='warning'>[english_list(status)].</span>",1)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user