Fixes for the fingerprint runtimes, other runtimes, the new damage system, and the new objective system, to reduce the super hard objectives.

This commit is contained in:
SkyMarshal
2012-03-31 22:00:17 -07:00
parent a90173c628
commit cd4a82a90b
17 changed files with 178 additions and 103 deletions

View File

@@ -511,8 +511,9 @@ Traitors and the like can also be revived with the previous role mostly intact.
e.perma_injury = 0
e.update_icon()
for(var/datum/organ/wound/W in e.wounds)
if(W.bleeding)
if(W.bleeding || !W.is_healing)
W.stopbleeding()
del(H.vessel)
H.vessel = new/datum/reagents(560)
H.vessel.my_atom = H
H.vessel.add_reagent("blood",560)