Several medical related changes.

- There's now internal wounds
- Appendicitis stage 4 causes internal wounds
- Added back the body scanner
This commit is contained in:
cib
2012-10-18 12:39:04 +02:00
parent 75c1d41f6c
commit d90944ad50
9 changed files with 5762 additions and 5699 deletions
@@ -274,6 +274,7 @@
else if(temp.wounds.len > 0)
var/list/wound_descriptors = list()
for(var/datum/wound/W in temp.wounds)
if(W.internal && !temp.open) continue // can't see internal wounds
var/this_wound_desc = W.desc
if(W.bleeding()) this_wound_desc = "bleeding [this_wound_desc]"
else if(W.bandaged) this_wound_desc = "bandaged [this_wound_desc]"