mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Fixes some tiles on the space bar, USSP, and box being broken (#27685)
* Fixes the tiles in the space bar being broken * Lints * Update ussp.dmm * Update boxstation.dmm
This commit is contained in:
@@ -323,7 +323,7 @@
|
||||
/area/ruin/space/powered/bar)
|
||||
"bn" = (
|
||||
/obj/effect/mapping_helpers/turfs/damage,
|
||||
/obj/item/stack/tile/mineral,
|
||||
/obj/item/stack/tile/plasteel,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/ruin/space/powered/bar)
|
||||
"bo" = (
|
||||
@@ -484,7 +484,7 @@
|
||||
/turf/simulated/floor/plating/asteroid/ancient,
|
||||
/area/space/nearstation)
|
||||
"pb" = (
|
||||
/obj/item/stack/tile/mineral,
|
||||
/obj/item/stack/tile/plasteel,
|
||||
/obj/machinery/door_control{
|
||||
id = "SpaceBar";
|
||||
name = "Public Shutters";
|
||||
@@ -895,7 +895,7 @@
|
||||
/area/ruin/space/powered)
|
||||
"QU" = (
|
||||
/obj/effect/mapping_helpers/turfs/damage,
|
||||
/obj/item/stack/tile/mineral,
|
||||
/obj/item/stack/tile/plasteel,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "dark"
|
||||
},
|
||||
@@ -949,7 +949,7 @@
|
||||
},
|
||||
/area/ruin/space/powered/bar)
|
||||
"VR" = (
|
||||
/obj/item/stack/tile/mineral,
|
||||
/obj/item/stack/tile/plasteel,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/ruin/space/powered/bar)
|
||||
"VU" = (
|
||||
|
||||
@@ -3173,7 +3173,7 @@
|
||||
},
|
||||
/area/ruin/space/derelict/crew_quarters)
|
||||
"iq" = (
|
||||
/obj/item/stack/tile,
|
||||
/obj/item/stack/tile/plasteel,
|
||||
/turf/template_noop,
|
||||
/area/space/nearstation)
|
||||
"ir" = (
|
||||
@@ -5147,7 +5147,7 @@
|
||||
},
|
||||
/area/ruin/space/derelict/arrival)
|
||||
"nM" = (
|
||||
/obj/item/stack/tile,
|
||||
/obj/item/stack/tile/plasteel,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/ruin/space/derelict/hallway/primary)
|
||||
"nN" = (
|
||||
@@ -5344,7 +5344,7 @@
|
||||
},
|
||||
/area/ruin/space/derelict/crew_quarters)
|
||||
"on" = (
|
||||
/obj/item/stack/tile,
|
||||
/obj/item/stack/tile/plasteel,
|
||||
/turf/template_noop,
|
||||
/area/ruin/space/derelict/arrival)
|
||||
"op" = (
|
||||
|
||||
@@ -51723,7 +51723,7 @@
|
||||
/turf/simulated/floor/carpet/arcade,
|
||||
/area/station/public/arcade)
|
||||
"fmT" = (
|
||||
/obj/item/stack/tile/mineral,
|
||||
/obj/item/stack/tile/plasteel,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
|
||||
dir = 4
|
||||
@@ -87313,7 +87313,7 @@
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/station/hallway/primary/starboard/east)
|
||||
"xWz" = (
|
||||
/obj/item/stack/tile/mineral,
|
||||
/obj/item/stack/tile/plasteel,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
|
||||
dir = 9
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
=/obj/item/stack/tile:
|
||||
banned: true
|
||||
@@ -0,0 +1,2 @@
|
||||
=/obj/item/stack/tile/mineral:
|
||||
banned: true
|
||||
Reference in New Issue
Block a user