Fixes wearers of Eldritch armour appearing to be walking around on their tippy toes (#8376)

* Tweaks it so eldritch armour no longer hides shoes

* Adds changelog
This commit is contained in:
fernerr
2020-03-01 16:20:04 -03:00
committed by GitHub
parent 86330ab8f0
commit 96deea5575
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -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
@@ -0,0 +1,4 @@
author: Ferner
delete-after: True
changes:
- bugfix: "Wearers of Eldritch armour no longer stroll around on their tippy toes."