This commit is contained in:
PsiOmega
2014-08-13 09:35:04 +02:00
parent 1476234698
commit 2a46b83dce
2 changed files with 17 additions and 0 deletions

View File

@@ -123,6 +123,7 @@
new /obj/item/weapon/gun/energy/gun(src) new /obj/item/weapon/gun/energy/gun(src)
new /obj/item/clothing/tie/holster/waist(src) new /obj/item/clothing/tie/holster/waist(src)
new /obj/item/weapon/melee/telebaton(src) new /obj/item/weapon/melee/telebaton(src)
new /obj/item/clothing/head/beret/sec/hos(src)
return return
@@ -160,6 +161,7 @@
new /obj/item/weapon/melee/baton/loaded(src) new /obj/item/weapon/melee/baton/loaded(src)
new /obj/item/weapon/gun/energy/taser(src) new /obj/item/weapon/gun/energy/taser(src)
new /obj/item/weapon/storage/box/holobadge(src) new /obj/item/weapon/storage/box/holobadge(src)
new /obj/item/clothing/head/beret/sec/warden(src)
return return

View File

@@ -63,6 +63,21 @@
desc = "A beret with the security insignia emblazoned on it. For officers that are more inclined towards style than safety." desc = "A beret with the security insignia emblazoned on it. For officers that are more inclined towards style than safety."
icon_state = "beret_badge" icon_state = "beret_badge"
flags = FPRINT | TABLEPASS flags = FPRINT | TABLEPASS
/obj/item/clothing/head/beret/sec/alt
name = "officer beret"
desc = "A navy blue beret with an officer's rank emblem. For officers that are more inclined towards style than safety."
icon_state = "officerberet"
flags = FPRINT | TABLEPASS
/obj/item/clothing/head/beret/sec/hos
name = "officer beret"
desc = "A navy blue beret with a commander's rank emblem. For officers that are more inclined towards style than safety."
icon_state = "hosberet"
flags = FPRINT | TABLEPASS
/obj/item/clothing/head/beret/sec/warden
name = "warden beret"
desc = "A navy blue beret with a warden's rank emblem. For officers that are more inclined towards style than safety."
icon_state = "wardenberet"
flags = FPRINT | TABLEPASS
/obj/item/clothing/head/beret/eng /obj/item/clothing/head/beret/eng
name = "engineering beret" name = "engineering beret"
desc = "A beret with the engineering insignia emblazoned on it. For engineers that are more inclined towards style than safety." desc = "A beret with the engineering insignia emblazoned on it. For engineers that are more inclined towards style than safety."