mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Removes Light Fixtures Sitting On a Tile in Deltastation's Atmospherics, along with other places, and Adds a Maplint For It (#28726)
* removed extra lights plus new maplint! * adds a colon beamed directly from my phone * SHOTGUN MAPPING (making maps pass the new lint) * eureka! a lightbulb moment! * eureka! another one!
This commit is contained in:
@@ -1540,9 +1540,6 @@
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/closet/crate,
|
||||
/obj/machinery/light/small{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/closet/walllocker/emerglocker/directional/north,
|
||||
/turf/simulated/floor/catwalk,
|
||||
/area/ruin/space/moonbase19)
|
||||
|
||||
@@ -694,9 +694,6 @@
|
||||
/turf/simulated/floor/mineral/titanium,
|
||||
/area/shuttle/administration)
|
||||
"MI" = (
|
||||
/obj/machinery/light{
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/light{
|
||||
dir = 1
|
||||
},
|
||||
|
||||
@@ -630,18 +630,13 @@
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"AK" = (
|
||||
/obj/machinery/light{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/delivery/blue/partial{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/delivery/blue/partial{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/light/floor,
|
||||
/turf/simulated/floor/plasteel/dark,
|
||||
/area/shuttle/escape)
|
||||
"AS" = (
|
||||
|
||||
@@ -41908,9 +41908,6 @@
|
||||
/obj/structure/cable/yellow{
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/machinery/light/small{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/hallway/primary/central/north)
|
||||
"hEU" = (
|
||||
|
||||
@@ -17522,9 +17522,6 @@
|
||||
},
|
||||
/area/station/engineering/atmos)
|
||||
"boc" = (
|
||||
/obj/machinery/light{
|
||||
dir = 4
|
||||
},
|
||||
/obj/item/radio/intercom{
|
||||
name = "east bump";
|
||||
pixel_x = 28
|
||||
@@ -17534,9 +17531,6 @@
|
||||
on = 1;
|
||||
target_pressure = 101
|
||||
},
|
||||
/obj/machinery/light{
|
||||
dir = 4
|
||||
},
|
||||
/obj/item/radio/intercom{
|
||||
name = "east bump";
|
||||
pixel_x = 28
|
||||
@@ -17544,13 +17538,13 @@
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light{
|
||||
dir = 4
|
||||
},
|
||||
/obj/item/radio/intercom{
|
||||
name = "east bump";
|
||||
pixel_x = 28
|
||||
},
|
||||
/obj/machinery/light{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/station/engineering/atmos)
|
||||
"bod" = (
|
||||
@@ -19101,14 +19095,8 @@
|
||||
},
|
||||
/area/station/engineering/atmos/distribution)
|
||||
"btm" = (
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/alarm/directional/west,
|
||||
/obj/machinery/suit_storage_unit/atmos/secure,
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/delivery/hollow,
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
/obj/machinery/light:
|
||||
banned_neighbors:
|
||||
- /obj/machinery/light
|
||||
Reference in New Issue
Block a user