From 487322c31708e5702aa6f3652e5fc59480eed82f Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 19 Jul 2022 03:15:53 +0200 Subject: [PATCH] [MIRROR] Nukies Rework Part....2.1? Kinda?: Gives Battlecruiser operatives the Ansem pistol, as well as some internals in their currently empty bag. [MDB IGNORE] (#14974) * 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 * Nukies Rework Part....2.1? Kinda?: Gives Battlecruiser operatives the Ansem pistol, as well as some internals in their currently empty bag. Co-authored-by: necromanceranne <40847847+necromanceranne@users.noreply.github.com> --- 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