Vampyr, ya dun fucked up. Test your commits next time.

This commit is contained in:
ZomgPonies
2014-08-07 20:19:42 -04:00
parent 852f89dd0b
commit a812f3896c
+4 -4
View File
@@ -74,12 +74,12 @@
//Check arms and legs for existence
can_stand = 2 //can stand on both legs
var/datum/organ/external/E = organs_by_name["l_foot"]
if(E.status & ORGAN_DESTROYED)
var/datum/organ/external/F = organs_by_name["l_foot"]
if(F.status & ORGAN_DESTROYED)
can_stand--
E = organs_by_name["r_foot"]
if(E.status & ORGAN_DESTROYED)
F = organs_by_name["r_foot"]
if(F.status & ORGAN_DESTROYED)
can_stand--
if(!force_process && !bad_external_organs.len)