mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
reflectors anchor on mapload (#26745)
* anchors reflectors on 2 maps to not troll engineering * anchors on mapload
This commit is contained in:
@@ -54612,7 +54612,6 @@
|
||||
/area/station/maintenance/apmaint)
|
||||
"fdg" = (
|
||||
/obj/structure/reflector/single{
|
||||
anchored = 1;
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -68256,7 +68255,6 @@
|
||||
/area/station/aisat/service)
|
||||
"lKP" = (
|
||||
/obj/structure/reflector/single{
|
||||
anchored = 1;
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -73969,9 +73967,7 @@
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/station/engineering/atmos)
|
||||
"oBR" = (
|
||||
/obj/structure/reflector/double{
|
||||
anchored = 1
|
||||
},
|
||||
/obj/structure/reflector/double,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "dark"
|
||||
},
|
||||
@@ -77730,7 +77726,6 @@
|
||||
/area/station/maintenance/aft)
|
||||
"qpq" = (
|
||||
/obj/structure/reflector/box{
|
||||
anchored = 1;
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
|
||||
@@ -4299,7 +4299,6 @@
|
||||
/area/station/engineering/controlroom)
|
||||
"aue" = (
|
||||
/obj/structure/reflector/single{
|
||||
anchored = 1;
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plasteel/dark,
|
||||
|
||||
@@ -9555,7 +9555,6 @@
|
||||
/area/station/engineering/engine/supermatter)
|
||||
"aSp" = (
|
||||
/obj/structure/reflector/box{
|
||||
anchored = 1;
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -57292,7 +57291,6 @@
|
||||
/area/station/service/clown)
|
||||
"jbk" = (
|
||||
/obj/structure/reflector/double{
|
||||
anchored = 1;
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -66842,7 +66840,6 @@
|
||||
/area/station/legal/courtroom/gallery)
|
||||
"mZJ" = (
|
||||
/obj/structure/reflector/single{
|
||||
anchored = 1;
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
@@ -84733,7 +84730,6 @@
|
||||
/area/station/medical/chemistry)
|
||||
"uLE" = (
|
||||
/obj/structure/reflector/single{
|
||||
anchored = 1;
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
|
||||
@@ -11,6 +11,10 @@
|
||||
var/obj/item/stack/sheet/build_stack_type
|
||||
var/build_stack_amount
|
||||
|
||||
/obj/structure/reflector/Initialize(mapload)
|
||||
. = ..()
|
||||
if(mapload)
|
||||
anchored = TRUE
|
||||
|
||||
/obj/structure/reflector/bullet_act(obj/item/projectile/P)
|
||||
var/turf/reflector_turf = get_turf(src)
|
||||
|
||||
Reference in New Issue
Block a user