Fixes door and tile error
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user