riot helmet fix (#11420)

This commit is contained in:
Geeves
2021-03-14 13:03:47 +01:00
committed by GitHub
parent 45330376ff
commit bceb79ec65
3 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -93,8 +93,8 @@
desc = "It's a helmet specifically designed to protect against close range attacks."
icon = 'icons/clothing/kit/modular_armor.dmi'
contained_sprite = TRUE
icon_state = "helm_riot_up"
item_state = "helm_riot_up"
icon_state = "helm_riot"
item_state = "helm_riot"
body_parts_covered = HEAD|FACE|EYES //face shield
armor = list(
melee = ARMOR_MELEE_VERY_HIGH,
@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- bugfix: "Fixes riot helmets not having the correct icon states."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB