diff --git a/_maps/map_files/SpookyStation/SpookyStation.dmm b/_maps/map_files/SpookyStation/SpookyStation.dmm index c71923c297..16aa46767f 100644 --- a/_maps/map_files/SpookyStation/SpookyStation.dmm +++ b/_maps/map_files/SpookyStation/SpookyStation.dmm @@ -6821,8 +6821,7 @@ /area/eventmap/inside) "atR" = ( /obj/machinery/door/window/northleft{ - name = "Cloning Shower"; - req_access_txt = "24" + name = "Cloning Shower" }, /obj/structure/mirror{ pixel_y = -32 diff --git a/modular_citadel/code/modules/eventmaps/Spookystation/JTGSZwork.dm b/modular_citadel/code/modules/eventmaps/Spookystation/JTGSZwork.dm index b8d56a1092..98ca2005dc 100644 --- a/modular_citadel/code/modules/eventmaps/Spookystation/JTGSZwork.dm +++ b/modular_citadel/code/modules/eventmaps/Spookystation/JTGSZwork.dm @@ -88,6 +88,11 @@ gender = PLURAL //THE GENDER IS PLURAL tiled_dirt = 0 //NO TILESMOOTHING DIRT/DIRT SPAWNS OR SOME SHIT +/turf/open/floor/spooktime/break_tile() + return +/turf/open/floor/spooktime/burn_tile() + return + /turf/open/floor/spooktime/pry_tile(obj/item/I, mob/user, silent = FALSE) return //No prying these tiles, you instead shovel it if avail.