mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user