New sea admiral suit and hat

This commit is contained in:
ZomgPonies
2015-02-26 12:58:20 -05:00
parent ea57fc3b63
commit ccfb89199e
6 changed files with 15 additions and 2 deletions
+7 -1
View File
@@ -343,4 +343,10 @@
icon_state = "griffinhat"
item_state = "griffinhat"
flags = BLOCKHAIR|NODROP
flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE
flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE
/obj/item/clothing/head/lordadmiralhat
name = "Lord Admiral's Hat"
desc = "A hat suitable for any man of high and exalted rank."
icon_state = "lordadmiralhat"
item_state = "lordadmiralhat"
+8 -1
View File
@@ -470,4 +470,11 @@
else
icon_state = initial(icon_state)
item_state = initial(item_state)
usr.update_inv_wear_suit()
usr.update_inv_wear_suit()
/obj/item/clothing/suit/lordadmiral
name = "Lord Admiral's Coat"
desc = "You'll be the Ruler of the King's Navy in no time."
icon_state = "lordadmiral"
item_state = "lordadmiral"
allowed = list (/obj/item/weapon/gun)