Adds Blueshield Beret to Ian clothing

Allows Ian to wear the Officer's Beret and the Navy Blue Officer's Beret in order to become Blueshield Ian, protector of Command and biter of ankles.
This commit is contained in:
Ralta
2019-02-20 23:16:01 +00:00
parent 8dbed0ede4
commit 7a7dcf29c9
3 changed files with 14 additions and 0 deletions
@@ -373,6 +373,12 @@
name = "Definitely Not [real_name]"
desc = "That's Definitely Not [real_name]"
valid = 1
if(/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())