mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
Replaces the IAA with the Representative job (#6752)
This pr does what is suggested in this thread: https://forums.aurorastation.org/topic/12395-iaa-rework-representatives/
This commit is contained in:
@@ -225,12 +225,12 @@
|
||||
item_state = "headset"
|
||||
ks2type = /obj/item/device/encryptionkey/onlyert
|
||||
|
||||
/obj/item/device/radio/headset/ia
|
||||
name = "internal affairs headset"
|
||||
/obj/item/device/radio/headset/representative
|
||||
name = "representative headset"
|
||||
desc = "The headset of your worst enemy."
|
||||
icon_state = "com_headset"
|
||||
item_state = "headset"
|
||||
ks2type = /obj/item/device/encryptionkey/heads/hos
|
||||
ks2type = /obj/item/device/encryptionkey/headset_com
|
||||
|
||||
/obj/item/device/radio/headset/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
// ..()
|
||||
|
||||
@@ -1149,4 +1149,64 @@
|
||||
/obj/item/weapon/storage/box/toothpaste/red/fill()
|
||||
new /obj/item/weapon/reagent_containers/toothpaste(src)
|
||||
new /obj/item/weapon/reagent_containers/toothbrush/red(src)
|
||||
make_exact_fit()
|
||||
make_exact_fit()
|
||||
|
||||
/obj/item/weapon/storage/box/holobadge
|
||||
name = "holobadge box"
|
||||
desc = "A box claiming to contain holobadges."
|
||||
|
||||
/obj/item/weapon/storage/box/holobadge/fill()
|
||||
new /obj/item/clothing/accessory/badge/holo(src)
|
||||
new /obj/item/clothing/accessory/badge/holo(src)
|
||||
new /obj/item/clothing/accessory/badge/holo(src)
|
||||
new /obj/item/clothing/accessory/badge/holo(src)
|
||||
new /obj/item/clothing/accessory/badge/holo/cord(src)
|
||||
new /obj/item/clothing/accessory/badge/holo/cord(src)
|
||||
|
||||
/obj/item/weapon/storage/box/sol_visa
|
||||
name = "Sol Alliance visa box"
|
||||
desc = "A box full of Sol Aliance temporary visas."
|
||||
|
||||
/obj/item/weapon/storage/box/sol_visa/fill()
|
||||
new /obj/item/clothing/accessory/badge/sol_visa(src)
|
||||
new /obj/item/clothing/accessory/badge/sol_visa(src)
|
||||
new /obj/item/clothing/accessory/badge/sol_visa(src)
|
||||
new /obj/item/clothing/accessory/badge/sol_visa(src)
|
||||
new /obj/item/clothing/accessory/badge/sol_visa(src)
|
||||
new /obj/item/clothing/accessory/badge/sol_visa(src)
|
||||
|
||||
/obj/item/weapon/storage/box/ceti_visa
|
||||
name = "Republic of Biesel visa box"
|
||||
desc = "A box full of Tau Cetian visas."
|
||||
|
||||
/obj/item/weapon/storage/box/ceti_visa/fill()
|
||||
new /obj/item/clothing/accessory/badge/ceti_visa(src)
|
||||
new /obj/item/clothing/accessory/badge/ceti_visa(src)
|
||||
new /obj/item/clothing/accessory/badge/ceti_visa(src)
|
||||
new /obj/item/clothing/accessory/badge/ceti_visa(src)
|
||||
new /obj/item/clothing/accessory/badge/ceti_visa(src)
|
||||
new /obj/item/clothing/accessory/badge/ceti_visa(src)
|
||||
|
||||
/obj/item/weapon/storage/box/hadii_card
|
||||
name = "party member card box"
|
||||
desc = "A box full of Hadiist party member cards."
|
||||
|
||||
/obj/item/weapon/storage/box/hadii_card/fill()
|
||||
new /obj/item/clothing/accessory/badge/hadii_card(src)
|
||||
new /obj/item/clothing/accessory/badge/hadii_card(src)
|
||||
new /obj/item/clothing/accessory/badge/hadii_card(src)
|
||||
new /obj/item/clothing/accessory/badge/hadii_card(src)
|
||||
new /obj/item/clothing/accessory/badge/hadii_card(src)
|
||||
new /obj/item/clothing/accessory/badge/hadii_card(src)
|
||||
|
||||
/obj/item/weapon/storage/box/hadii_manifesto
|
||||
name = "hadiist manifesto card box"
|
||||
desc = "A box full of hadiist manifesto books."
|
||||
|
||||
/obj/item/weapon/storage/box/hadii_manifesto/fill()
|
||||
new /obj/item/pra_manifesto(src)
|
||||
new /obj/item/pra_manifesto(src)
|
||||
new /obj/item/pra_manifesto(src)
|
||||
new /obj/item/pra_manifesto(src)
|
||||
new /obj/item/pra_manifesto(src)
|
||||
new /obj/item/pra_manifesto(src)
|
||||
Reference in New Issue
Block a user