Skip to content

Commit

Permalink
bugfix: Legion-boss doors now opens when it dies (ss220-space#4058)
Browse files Browse the repository at this point in the history
  • Loading branch information
NightDawnFox authored and SuhEugene committed Dec 22, 2023
1 parent de747e6 commit 715f115
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ Difficulty: Medium
if(other != src)
other.loot = list(/obj/item/storm_staff)
other.crusher_loot = list(/obj/item/storm_staff, /obj/item/crusher_trophy/empowered_legion_skull)
UnlockBlastDoors("11119")
. = ..()


/mob/living/simple_animal/hostile/megafauna/legion/adjustHealth(damage, updating_health)
. = ..()
if(!GLOB.necropolis_gate)
Expand Down

0 comments on commit 715f115

Please sign in to comment.