mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-04 13:20:15 +00:00
Merge pull request #897 from Mark9013100/2/3/2016badges2
Makes the new security badges holobadges
This commit is contained in:
@@ -97,20 +97,34 @@
|
||||
..()
|
||||
return
|
||||
|
||||
/obj/item/clothing/accessory/badge/warden
|
||||
name = "warden's badge"
|
||||
/obj/item/clothing/accessory/badge/holo/warden
|
||||
name = "warden's holobadge"
|
||||
desc = "A silver corporate security badge. Stamped with the words 'Warden.'"
|
||||
icon_state = "silverbadge"
|
||||
slot_flags = SLOT_TIE | SLOT_BELT
|
||||
|
||||
/obj/item/clothing/accessory/badge/hos
|
||||
name = "head of security's badge"
|
||||
/obj/item/clothing/accessory/badge/holo/hos
|
||||
name = "head of security's holobadge"
|
||||
desc = "An immaculately polished gold security badge. Labeled 'Head of Security.'"
|
||||
icon_state = "goldbadge"
|
||||
slot_flags = SLOT_TIE | SLOT_BELT
|
||||
|
||||
/obj/item/clothing/accessory/badge/detective
|
||||
name = "detective's badge"
|
||||
/obj/item/clothing/accessory/badge/holo/detective
|
||||
name = "detective's holobadge"
|
||||
desc = "An immaculately polished gold security badge on leather. Labeled 'Detective.'"
|
||||
icon_state = "marshalbadge"
|
||||
slot_flags = SLOT_TIE | SLOT_BELT
|
||||
slot_flags = SLOT_TIE | SLOT_BELT
|
||||
|
||||
/obj/item/weapon/storage/box/holobadge/hos
|
||||
name = "holobadge box"
|
||||
desc = "A box claiming to contain holobadges."
|
||||
New()
|
||||
new /obj/item/clothing/accessory/badge/holo(src)
|
||||
new /obj/item/clothing/accessory/badge/holo(src)
|
||||
new /obj/item/clothing/accessory/badge/holo/warden(src)
|
||||
new /obj/item/clothing/accessory/badge/holo/detective(src)
|
||||
new /obj/item/clothing/accessory/badge/holo/detective(src)
|
||||
new /obj/item/clothing/accessory/badge/holo/hos(src)
|
||||
new /obj/item/clothing/accessory/badge/holo/cord(src)
|
||||
..()
|
||||
return
|
||||
Reference in New Issue
Block a user