Fixed changelog

Added some info about not quite attached limbs to examination/scanner.
Added rejection info to advanced scanner
Span classes (gotta start somewhere I guess)
Also zombie goast file pls go
This commit is contained in:
Chinsky
2015-05-20 09:35:51 +03:00
parent f42f4582c4
commit de1de98f7a
5 changed files with 21 additions and 118 deletions

View File

@@ -928,6 +928,9 @@ Note that amputating the affected organ does in fact remove the infection from t
/obj/item/organ/external/proc/get_wounds_desc()
. = ""
if(status & ORGAN_DESTROYED && !is_stump())
. += "tear at [amputation_point] so bad it barely hangs on few tendons"
if(status & ORGAN_ROBOT)
if(brute_dam)
switch(brute_dam)