From 88ca8f8d5494f8b904770fffcf14180425b4d76d Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 11 Aug 2020 00:22:15 +0200 Subject: [PATCH] [MIRROR] RPG Loot's summoning affix can no longer summon mecha pilots and elites (#273) * RPG Loot's summoning affix can no longer summon mecha pilots and elites (#52781) * jesus christ * webbit * RPG Loot's summoning affix can no longer summon mecha pilots and elites Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> --- 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, ))