Merge pull request #10932 from Ralta/ianshield

Adds Blueshield Beret to Ian clothing
This commit is contained in:
variableundefined
2019-02-26 08:06:35 +08:00
committed by GitHub
3 changed files with 7 additions and 0 deletions
@@ -161,6 +161,7 @@
//The objects that corgis can wear on their backs.
var/list/allowed_types = list(
/obj/item/clothing/suit/armor/vest,
/obj/item/clothing/suit/armor/vest/blueshield,
/obj/item/clothing/suit/space/deathsquad,
/obj/item/clothing/suit/space/hardsuit/engineering,
/obj/item/radio,
@@ -365,6 +366,12 @@
name = "Definitely Not [real_name]"
desc = "That's Definitely Not [real_name]"
valid = 1
if(/obj/item/clothing/head/beret/centcom/officer, /obj/item/clothing/head/beret/centcom/officer/navy)
name = "Blueshield [real_name]"
desc = "Will stand by you until the bitter end."
emote_see = list("stands with pride.", "growls heroically.")
valid = 1
if(valid)
if(user && !user.drop_item())