Makes it painfully obvious not to use plain old /turf/simulated/floor

Probably will make some mapping look weird, but that floor doesn't behave
properly - will react to crowbar, but won't actually yield tiles, for
example
This commit is contained in:
Crazylemon64
2016-02-12 04:18:29 -08:00
parent 14f190dad1
commit 806ee1f9c3
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ var/list/wood_icons = list("wood","wood-broken")
/turf/simulated/floor
name = "floor"
icon = 'icons/turf/floors.dmi'
icon_state = "floor"
icon_state = "dont_use_this_floor"
var/icon_regular_floor = "floor" //used to remember what icon the tile should have by default
var/icon_plating = "plating"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 329 KiB

After

Width:  |  Height:  |  Size: 330 KiB