Nralakk Consulars spawn with psionic receivers (#20139)

Makes Skrellian Nralakk Federation consulars spawn with a box of psionic
receivers, with the idea that they can advocate for their installation
into crew for ease of work in and with the Federation. Has the okay from
Skrell lore.
This commit is contained in:
hazelrat
2024-11-08 15:35:08 +00:00
committed by GitHub
parent 5c344e36a3
commit 664c229ac5
2 changed files with 60 additions and 1 deletions
@@ -91,7 +91,8 @@
uniform = /obj/item/clothing/under/skrell
backpack_contents = list(
/obj/item/device/camera = 1
/obj/item/device/camera = 1,
/obj/item/storage/box/psireceiver = 1
)
/obj/outfit/job/representative/consular/nralakk/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)