Adds nuclear particles to the reflector allowed projectile reflection types
This commit is contained in:
Tom
2022-08-13 03:10:07 +00:00
committed by GitHub
parent be21cdf325
commit 9dffdd04e0
+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)