mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Adds a random gun option to the uplink, Replaces the renegade's weapon with this kit (#8282)
This commit is contained in:
@@ -226,3 +226,14 @@
|
||||
/obj/item/reagent_containers/personal_inhaler_cartridge/large/norepinephrine = 1,
|
||||
/obj/item/reagent_containers/personal_inhaler_cartridge/large = 1,
|
||||
)
|
||||
|
||||
/obj/item/storage/box/syndie_kit/random_weapon
|
||||
desc = "An untraceable gun of varying quality. Acquired from unknown sources. Includes ammunition if applicable."
|
||||
starts_with = list(/obj/random/weapon_and_ammo = 1)
|
||||
|
||||
/obj/item/storage/box/syndie_kit/random_weapon/concealable
|
||||
starts_with = list(/obj/random/weapon_and_ammo/concealable = 1)
|
||||
|
||||
/obj/item/storage/box/syndie_kit/random_weapon/Initialize()
|
||||
.=..()
|
||||
desc = "A sleek, sturdy box"
|
||||
Reference in New Issue
Block a user