diff --git a/code/game/gamemodes/cult/items/armor.dm b/code/game/gamemodes/cult/items/armor.dm index a9d043757b2..94bb95fe0b7 100644 --- a/code/game/gamemodes/cult/items/armor.dm +++ b/code/game/gamemodes/cult/items/armor.dm @@ -36,6 +36,7 @@ armor = list(melee = 60, bullet = 50, laser = 30, energy = 15, bomb = 30, bio = 30, rad = 30) siemens_coefficient = 0 body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS|HANDS + flags_inv = HIDEGLOVES|HIDEJUMPSUIT|HIDETAIL /obj/item/clothing/suit/space/cult/cultify() return \ No newline at end of file diff --git a/html/changelogs/Ferner-200301-bugfix_eldritcharmour.yml b/html/changelogs/Ferner-200301-bugfix_eldritcharmour.yml new file mode 100644 index 00000000000..3f013bc71a1 --- /dev/null +++ b/html/changelogs/Ferner-200301-bugfix_eldritcharmour.yml @@ -0,0 +1,4 @@ +author: Ferner +delete-after: True +changes: + - bugfix: "Wearers of Eldritch armour no longer stroll around on their tippy toes." \ No newline at end of file