Fixed an oversight from my previous commit.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4161 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-07-24 04:41:50 +00:00
parent 699c4472c2
commit 2a16ccfd7c
+1 -1
View File
@@ -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)