Updated changelog.

This commit is contained in:
cib
2012-05-23 21:25:22 +02:00
parent a72ef83e79
commit 4b78746f59
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -1047,7 +1047,7 @@
var/blood_max = 0
for(var/name in organs)
var/datum/organ/external/temp = organs[name]
if(!temp.bleeding || temp.robot) //THAT WAS DUMB.
if(!temp.bleeding || temp.robot)
continue
var/lose_blood = temp.total_wound_bleeding()
if(lose_blood)