mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-22 20:56:33 +01:00
Xenofauna map update. (#9135)
* Repaths badges, ribbons, pins and permits to /medal. * Drakes can now wear pride pins. * Updates xenofauna map, repaths some accessories. * Added fence door interaction for drakes (open but not close) * Adds stasis cages to the Xenofauna lab. * Corrects some Cynosure badge paths. * Allows mobs to climb into stasis cages themselves. * Added lower temperature sensor alarms to xenofauna.
This commit is contained in:
@@ -27,11 +27,11 @@
|
||||
uniform = /obj/item/clothing/under/rank/bartender
|
||||
id_type = /obj/item/card/id/civilian/bartender
|
||||
pda_type = /obj/item/pda/bar
|
||||
backpack_contents = list(/obj/item/clothing/accessory/permit/gun/bar = 1)
|
||||
backpack_contents = list(/obj/item/clothing/accessory/medal/permit/gun/bar = 1)
|
||||
|
||||
/decl/hierarchy/outfit/job/service/bartender/post_equip(mob/living/carbon/human/H)
|
||||
..()
|
||||
for(var/obj/item/clothing/accessory/permit/gun/bar/permit in H.back.contents)
|
||||
for(var/obj/item/clothing/accessory/medal/permit/gun/bar/permit in H.back.contents)
|
||||
permit.set_name(H.real_name)
|
||||
|
||||
/decl/hierarchy/outfit/job/service/bartender/barista
|
||||
|
||||
@@ -493,7 +493,7 @@
|
||||
/obj/item/clothing/suit/storage/forensics/red,
|
||||
/obj/item/clothing/suit/storage/forensics/blue,
|
||||
/obj/item/clothing/under/det/corporate = 2,
|
||||
/obj/item/clothing/accessory/badge/holo/detective = 2,
|
||||
/obj/item/clothing/accessory/medal/badge/holo/detective = 2,
|
||||
/obj/item/clothing/gloves/black = 2
|
||||
)
|
||||
cost = 10
|
||||
@@ -507,8 +507,8 @@
|
||||
/obj/item/clothing/suit/storage/vest/officer,
|
||||
/obj/item/clothing/head/helmet,
|
||||
/obj/item/cartridge/security,
|
||||
/obj/item/clothing/accessory/badge/holo,
|
||||
/obj/item/clothing/accessory/badge/holo/cord,
|
||||
/obj/item/clothing/accessory/medal/badge/holo,
|
||||
/obj/item/clothing/accessory/medal/badge/holo/cord,
|
||||
/obj/item/radio/headset/headset_sec,
|
||||
/obj/item/storage/belt/security,
|
||||
/obj/item/flash,
|
||||
@@ -545,7 +545,7 @@
|
||||
/obj/item/clothing/glasses/sunglasses/sechud,
|
||||
/obj/item/taperoll/police,
|
||||
/obj/item/hailer,
|
||||
/obj/item/clothing/accessory/badge/holo/warden,
|
||||
/obj/item/clothing/accessory/medal/badge/holo/warden,
|
||||
/obj/item/storage/box/flashbangs,
|
||||
/obj/item/storage/belt/security,
|
||||
/obj/item/reagent_containers/spray/pepper,
|
||||
@@ -573,7 +573,7 @@
|
||||
/obj/item/storage/belt/security,
|
||||
/obj/item/flash,
|
||||
/obj/item/hailer,
|
||||
/obj/item/clothing/accessory/badge/holo/hos,
|
||||
/obj/item/clothing/accessory/medal/badge/holo/hos,
|
||||
/obj/item/clothing/accessory/holster/waist,
|
||||
/obj/item/melee/telebaton,
|
||||
/obj/item/shield/riot/tele,
|
||||
|
||||
Reference in New Issue
Block a user