reflectors anchor on mapload (#26745)

* anchors reflectors on 2 maps to not troll engineering

* anchors on mapload
This commit is contained in:
Qwertytoforty
2024-09-13 22:54:45 -04:00
committed by GitHub
parent 9c4a4c6c3d
commit 7be7ec7090
4 changed files with 5 additions and 11 deletions
@@ -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)