Fixes door and tile error

This commit is contained in:
keronshb
2021-10-30 15:57:26 -04:00
parent dc2ad20fa0
commit f7325767f2
2 changed files with 6 additions and 2 deletions
@@ -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
@@ -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.