mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +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:
@@ -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