Merge pull request #12053 from TheDavestDave/dnd-fm

Dnd fm
This commit is contained in:
Casey
2022-01-14 13:42:09 -05:00
committed by GitHub
3 changed files with 10 additions and 1 deletions
@@ -114,3 +114,8 @@ Talon winter coat
display_name = "knight, explo"
path = /obj/item/clothing/suit/armor/combat/crusader_explo
allowed_roles = list("Explorer","Field Medic","Pathfinder")
/datum/gear/suit/armor/combat/crusader_explo/FM
display_name = "knight, Field Medic"
path = /obj/item/clothing/suit/armor/combat/crusader_explo/FM
allowed_roles = list ("Field Medic")
+5 -1
View File
@@ -164,4 +164,8 @@
/obj/item/weapon/tank,
/obj/item/device/radio,
/obj/item/weapon/pickaxe
)
)
/obj/item/clothing/suit/armor/combat/crusader_explo/FM
name = "field medic low tech suit"
icon_state = "crusader_explo/FM"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB