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)