mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
* Update settings.json * a DS-2 buff that I want and need * Update command.dm * the seperate files * a hard ds2 buff * the DS-2 buff nobody asked for but I want to have * C20r
21 lines
640 B
Plaintext
21 lines
640 B
Plaintext
//Gunset for the APS Machine Pistol
|
|
|
|
/obj/item/storage/toolbox/guncase/skyrat/pistol
|
|
name = "'Makarov pistol' gunset"
|
|
|
|
weapon_to_spawn = /obj/item/gun/ballistic/automatic/pistol
|
|
extra_to_spawn = /obj/item/ammo_box/magazine/m9mm
|
|
|
|
/obj/item/storage/toolbox/guncase/skyrat/pistol/aps
|
|
name = "'Stechkin APS machine pistol' gunset"
|
|
|
|
weapon_to_spawn = /obj/item/gun/ballistic/automatic/pistol/aps
|
|
extra_to_spawn = /obj/item/ammo_box/magazine/m9mm_aps
|
|
|
|
|
|
/obj/item/storage/toolbox/guncase/skyrat/c20r
|
|
name = "'C-20r SMG' gunset"
|
|
|
|
weapon_to_spawn = /obj/item/gun/ballistic/automatic/c20r
|
|
extra_to_spawn = /obj/item/ammo_box/magazine/smgm45
|