Tau Ceti Celebration Event PR (#18981)

This fixes the HAPT shuttle/replaces it and adds the VIP ghost role to
the CCIA spawner for this weekends coming event, and for future use.
This commit is contained in:
Avery Marie
2024-04-20 18:13:46 +00:00
committed by GitHub
parent 1f759338d8
commit b18e52b262
17 changed files with 2104 additions and 5307 deletions
+43
View File
@@ -68,3 +68,46 @@
H.put_in_hands(mercrig)
H.equip_to_slot_or_del(mercrig, slot_back)
addtimer(CALLBACK(mercrig, TYPE_PROC_REF(/obj/item/rig, toggle_seals), H, TRUE), 2 SECONDS)
belt_contents = list(
/obj/item/ammo_magazine/a454 = 2,
/obj/item/melee/baton/loaded = 1,
/obj/item/shield/energy = 1,
/obj/item/grenade/flashbang = 2,
/obj/item/handcuffs = 2,
/obj/item/grenade/frag = 1
)
id_iff = IFF_DEATHSQUAD
/obj/outfit/admin/deathsquad/nt
name = "NanoTrasen Asset Protection Trooper"
back = /obj/item/rig/ert/ntassetprotection
/obj/outfit/admin/deathsquad/nt/leader
name = "NanoTrasen Asset Protection Lead"
back = /obj/item/rig/ert/ntassetprotection/lead
/obj/outfit/admin/deathsquad/nt/get_id_access()
return get_all_accesses()
/obj/outfit/admin/deathsquad/nt/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
. = ..()
if(visualsOnly)
return
var/obj/item/clothing/accessory/holster/armpit/hold = new(H)
var/obj/item/gun/projectile/weapon
if(syndie)
weapon = new /obj/item/gun/projectile/silenced(H)
else
weapon = new /obj/item/gun/projectile/revolver/mateba(H)
if(weapon)
hold.contents += weapon
hold.holstered = weapon
var/obj/item/clothing/under/U = H.get_equipped_item(slot_w_uniform)
U.attackby(hold, H)
@@ -128,6 +128,16 @@
id_icon = "ccia"
id_access = "CCIA Agent"
/obj/outfit/admin/nt/vip
name = "Very Important Person"
uniform = /obj/item/clothing/under/suit_jacket/nt_skirtsuit
shoes = /obj/item/clothing/shoes/flats
wrist = /obj/item/clothing/wrists/watch/gold
l_ear = /obj/item/device/radio/headset/ert/ccia
id = /obj/item/card/id/ccia
l_pocket = /obj/item/reagent_containers/spray/pepper
/obj/outfit/admin/nt/odinsec
name = "NTCC Odin Security Specialist"