mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 09:00:25 +01:00
Added a sawn-off shotgun to the uplink (#19342)
Added a sawn-off shotgun to the uplink, box with some ammo and a holster, 4TC. --------- Signed-off-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
This commit is contained in:
@@ -80,3 +80,9 @@
|
||||
desc = "A 9mm pistol concealed within the shell of a camera, which has to be deployed before it can be fired. Closer inspection will reveal its true nature, but when in its concealed form it will look totally harmless."
|
||||
telecrystal_cost = 3
|
||||
path = /obj/item/gun/projectile/shotgun/foldable/cameragun
|
||||
|
||||
/datum/uplink_item/item/stealthy_weapons/sawn_doublebarrel_shotgun
|
||||
name = "Sawn-off Double-Barrel Shotgun"
|
||||
desc = "A box for a sidearm double barrel shotgun, containing a sawn-off double barrel shotgun, a holster and some ammo."
|
||||
telecrystal_cost = 4
|
||||
path = /obj/item/storage/box/sawn_doublebarrel_shotgun
|
||||
|
||||
@@ -1348,6 +1348,13 @@
|
||||
new /obj/item/stack/cable_coil(src, 6)
|
||||
new /obj/item/stack/material/steel(src, 2)
|
||||
|
||||
/obj/item/storage/box/sawn_doublebarrel_shotgun
|
||||
name = "sawn-off Dduble-barrel shotgun kit"
|
||||
desc = "A box containing a sawn-off double-barrel shotgun, an holster and some ammo."
|
||||
starts_with = list(/obj/item/gun/projectile/shotgun/doublebarrel/sawn = 1,
|
||||
/obj/item/ammo_casing/shotgun/pellet = 6,
|
||||
/obj/item/clothing/accessory/holster/thigh = 1)
|
||||
|
||||
/obj/item/storage/box/stressball
|
||||
name = "box of stress balls"
|
||||
desc = "A box containing a number of randomly-coloured stress balls."
|
||||
|
||||
Reference in New Issue
Block a user