This commit is contained in:
Gandalf
2022-04-11 02:29:23 +01:00
2 changed files with 8 additions and 0 deletions
@@ -44,6 +44,10 @@
/// A list of all the beam parts.
var/list/beamparts = list()
/mob/living/simple_animal/hostile/asteroid/brimdemon/Destroy()
QDEL_LIST(beamparts)
return ..()
/mob/living/simple_animal/hostile/asteroid/brimdemon/Login()
ranged = TRUE
return ..()
@@ -0,0 +1,4 @@
author: "SkyratBot"
delete-after: True
changes:
- bugfix: "Fixes brimdemon lasers never disappearing if the demon was deleted while firing."