From 2bb313b697aab97fe8c683980c21e76ec8fe2cc2 Mon Sep 17 00:00:00 2001 From: necromanceranne <40847847+necromanceranne@users.noreply.github.com> Date: Mon, 18 Jul 2022 02:04:54 +1000 Subject: [PATCH] Nukies Rework Part....2.1? Kinda?: Gives Battlecruiser operatives the Ansem pistol, as well as some internals in their currently empty bag. (#68419) * Gives Battlecruiser operatives the Ansem pistol, as well as populate their bags with some internals. * Box variable --- code/modules/mob_spawn/ghost_roles/space_roles.dm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/code/modules/mob_spawn/ghost_roles/space_roles.dm b/code/modules/mob_spawn/ghost_roles/space_roles.dm index 129829671b2..a74ac0cde1b 100644 --- a/code/modules/mob_spawn/ghost_roles/space_roles.dm +++ b/code/modules/mob_spawn/ghost_roles/space_roles.dm @@ -186,8 +186,9 @@ /datum/outfit/syndicate_empty/battlecruiser name = "Syndicate Battlecruiser Ship Operative" - l_pocket = /obj/item/gun/ballistic/automatic/pistol + l_pocket = /obj/item/gun/ballistic/automatic/pistol/clandestine r_pocket = /obj/item/knife/combat/survival + box = /obj/item/storage/box/survival/syndie belt = /obj/item/storage/belt/military/assault /obj/effect/mob_spawn/ghost_role/human/syndicate/battlecruiser/assault @@ -206,8 +207,8 @@ r_pocket = /obj/item/modular_computer/tablet/nukeops belt = /obj/item/storage/belt/military suit = /obj/item/clothing/suit/armor/vest - suit_store = /obj/item/gun/ballistic/automatic/pistol - back = /obj/item/storage/backpack/security + suit_store = /obj/item/gun/ballistic/automatic/pistol/clandestine + back = /obj/item/storage/backpack mask = /obj/item/clothing/mask/gas/syndicate /obj/effect/mob_spawn/ghost_role/human/syndicate/battlecruiser/captain