From 2a16ccfd7cd4273d5fa77bba4b45879979639435 Mon Sep 17 00:00:00 2001 From: "baloh.matevz" Date: Tue, 24 Jul 2012 04:41:50 +0000 Subject: [PATCH] Fixed an oversight from my previous commit. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4161 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/turf.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/turf.dm b/code/game/turf.dm index db9727284ad..6ffea868068 100644 --- a/code/game/turf.dm +++ b/code/game/turf.dm @@ -1232,7 +1232,7 @@ turf/simulated/floor/proc/update_icon() if(!broken && !burnt) if( !(icon_state in wood_icons) ) icon_state = "wood" - //world << "[icon_state]'s got [icon_state]" + //world << "[icon_state]ie's got [icon_state]" spawn(1) if(istype(src,/turf/simulated/floor)) //Was throwing runtime errors due to a chance of it changing to space halfway through. if(air)