Adds nuclear particles to the reflector allowed projectile reflection types (#68689)

This commit is contained in:
Tom
2022-07-27 15:37:15 -05:00
committed by GitHub
parent 389ac4f06d
commit 5825432f94
+1 -1
View File
@@ -14,7 +14,7 @@
var/framebuildstackamount = 5
var/buildstacktype = /obj/item/stack/sheet/iron
var/buildstackamount = 0
var/list/allowed_projectile_typecache = list(/obj/projectile/beam)
var/list/allowed_projectile_typecache = list(/obj/projectile/beam, /obj/projectile/energy/nuclear_particle)
var/rotation_angle = -1
/obj/structure/reflector/Initialize(mapload)