Code: Fix stupid fucking space update_visuals runtime

Fixes #3142
In a stupid fucking way
This commit is contained in:
Tigercat2000
2016-01-08 10:25:54 -08:00
parent a12c4c5f2b
commit 88332b2bbc
+2 -1
View File
@@ -46,7 +46,8 @@ var/list/wood_icons = list("wood","wood-broken")
builtin_tile = new floor_tile
spawn(5)
update_visuals()
if(istype(src, /turf/simulated)) //you are probably looking at this and thinking "what the fuck", because that's the appropriate response
update_visuals() //however, shityond means that turfs can change src and spawned procs will try to run on it, and only sim turfs have update_visuals()
/turf/simulated/floor/Destroy()