From 4b78746f59d1bbeead399a04734863ac68495e73 Mon Sep 17 00:00:00 2001 From: cib Date: Wed, 23 May 2012 21:12:51 +0200 Subject: [PATCH] Updated changelog. --- code/modules/mob/living/carbon/human/life.dm | 2 +- html/changelog.html | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 43ea22ccd5c..b553650fefc 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -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) diff --git a/html/changelog.html b/html/changelog.html index f66b8dd710b..c27115d1d6d 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -56,6 +56,15 @@ Stuff which is in development and not yet visible to players or just code relate should be listed in the changelog upon commit though. Thanks. --> +
+

23 May 2012

+

CIB updated:

+ +
+

22 May 2012

cib updated: