Icarus Combat Drones Now Illuminate Their Surroundings to a Small Extent (#12131)

This commit is contained in:
WickedCybs
2021-07-06 22:29:52 -03:00
committed by GitHub
parent cc9e633de4
commit ed6c3852bd
2 changed files with 9 additions and 0 deletions
@@ -60,6 +60,9 @@
/mob/living/simple_animal/hostile/icarus_drone/Initialize()
. = ..()
set_light(1.2, 3, LIGHT_COLOR_BLUE)
if(prob(5))
projectiletype = /obj/item/projectile/beam/pulse/drone
projectilesound = 'sound/weapons/pulse2.ogg'