mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33: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:
@@ -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