Removed getDisplayNameProc(), since all organs have display_name var anyway.

Moved some severed head code into it's New() for readability.

Fixed noexplode flag in droplimb still making limb give explosion message.
This commit is contained in:
Chinsky
2013-02-17 19:12:00 +04:00
parent 0b8bae86ae
commit 92c8c34c2a
4 changed files with 26 additions and 49 deletions
+1 -1
View File
@@ -188,7 +188,7 @@
status = "MISSING!"
if(status == "")
status = "OK"
src.show_message(text("\t []My [] is [].",status=="OK"?"\blue ":"\red ",org.getDisplayName(),status),1)
src.show_message(text("\t []My [] is [].",status=="OK"?"\blue ":"\red ",org.display_name,status),1)
if((SKELETON in H.mutations) && (!H.w_uniform) && (!H.wear_suit))
H.play_xylophone()
else