Fixed some quirks with var standardization, fixed compile error #1190.

Signed-off-by: Mloc <colmohici@gmail.com>
This commit is contained in:
Mloc
2012-05-30 12:07:13 +01:00
parent fbb67b2e42
commit 66f633edc0
6 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -225,7 +225,7 @@
if(mob.stat==2) return
if(isAI(mob)) return AIMove(n,direct,mob)
if(mob.monkeyizing) return //This is sota the goto stop mobs from moving var
if(mob.incorporeal_move)//Move though walls
Process_Incorpmove(direct)
+3 -3
View File
@@ -64,9 +64,9 @@
var/list/datum/organ/external/children
var/damage_msg = "\red You feel a intense pain"
var/var/open = 0
var/var/stage = 0
var/var/wound = 0
var/open = 0
var/stage = 0
var/wound = 0
New(mob/living/carbon/H)
..(H)