From 1b68d92ea299472e17ca0a5dc2820ea4af68c370 Mon Sep 17 00:00:00 2001 From: tralezab <40974010+tralezab@users.noreply.github.com> Date: Mon, 10 Aug 2020 13:13:39 -0700 Subject: [PATCH] RPG Loot's summoning affix can no longer summon mecha pilots and elites (#52781) * jesus christ * webbit --- code/datums/components/fantasy/suffixes.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/datums/components/fantasy/suffixes.dm b/code/datums/components/fantasy/suffixes.dm index 4b2cea028a9..a3c54c2aa5d 100644 --- a/code/datums/components/fantasy/suffixes.dm +++ b/code/datums/components/fantasy/suffixes.dm @@ -100,6 +100,8 @@ // Some types to remove them and their subtypes possible_mobtypes -= typecacheof(list( /mob/living/carbon/human/species, + /mob/living/simple_animal/hostile/syndicate/mecha_pilot, + /mob/living/simple_animal/hostile/asteroid/elite, /mob/living/simple_animal/hostile/megafauna, ))