From e6fe8baa24954dc7ec514b6187ab8954627556a6 Mon Sep 17 00:00:00 2001 From: Cheridan Date: Sun, 9 Aug 2015 23:02:32 -0500 Subject: [PATCH] Astral Tiles 1.01 - Fun Removal --- code/game/machinery/computer/arcade.dm | 4 ++-- code/game/objects/items/stacks/tiles/tile_types.dm | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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