From 4f419b009b176763725ff1337d4d34f4c2075b53 Mon Sep 17 00:00:00 2001 From: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Date: Mon, 3 Nov 2025 05:38:02 -0500 Subject: [PATCH] Removes EPKA from space dragon loot (#30802) --- .../modules/mob/living/simple_animal/hostile/megafauna/drake.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/megafauna/drake.dm b/code/modules/mob/living/simple_animal/hostile/megafauna/drake.dm index bdd6bb71c59..8998b93ca49 100644 --- a/code/modules/mob/living/simple_animal/hostile/megafauna/drake.dm +++ b/code/modules/mob/living/simple_animal/hostile/megafauna/drake.dm @@ -630,7 +630,7 @@ Difficulty: Medium move_to_delay = 3 rapid = 2 crusher_loot = list() - loot = list(/obj/effect/temp_visual/bsg_kaboom, /obj/effect/temp_visual/emp/cult, /obj/item/clothing/suit/hooded/carp_costume/dragon, /obj/item/gun/energy/kinetic_accelerator/experimental, /obj/effect/temp_visual/cult/portal) + loot = list(/obj/effect/temp_visual/bsg_kaboom, /obj/effect/temp_visual/emp/cult, /obj/item/clothing/suit/hooded/carp_costume/dragon, /obj/effect/temp_visual/cult/portal) butcher_results = list(/obj/item/stack/ore/diamond = 10, /obj/item/stack/sheet/bone = 30) move_force = MOVE_FORCE_NORMAL move_resist = MOVE_FORCE_NORMAL