diff --git a/code/game/machinery/computer/arcade.dm b/code/game/machinery/computer/arcade.dm index 42184779a12..6adfae84255 100644 --- a/code/game/machinery/computer/arcade.dm +++ b/code/game/machinery/computer/arcade.dm @@ -34,7 +34,7 @@ /obj/item/toy/owl = 2, /obj/item/toy/griffin = 2, /obj/item/weapon/coin/antagtoken = 2, - /obj/item/stack/tile/fakespace = 2, + /obj/item/stack/tile/fakespace/loaded = 2, ) /obj/machinery/computer/arcade/New() @@ -1068,4 +1068,4 @@ #undef ORION_TRAIL_MALFUNCTION #undef ORION_TRAIL_COLLISION #undef ORION_TRAIL_SPACEPORT -#undef ORION_TRAIL_BLACKHOLE +#undef ORION_TRAIL_BLACKHOLE diff --git a/code/game/objects/items/stacks/tiles/tile_types.dm b/code/game/objects/items/stacks/tiles/tile_types.dm index 6f5c2246562..faf02d12b82 100644 --- a/code/game/objects/items/stacks/tiles/tile_types.dm +++ b/code/game/objects/items/stacks/tiles/tile_types.dm @@ -103,6 +103,8 @@ turf_type = /turf/simulated/floor/fakespace burn_state = 0 //Burnable +/obj/item/stack/tile/fakespace/loaded + amount = 30 //High-traction /obj/item/stack/tile/noslip