mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 22:54:32 +01:00
goodies only pistols, no list yet
This commit is contained in:
@@ -180,6 +180,9 @@
|
||||
max_ammo = 8
|
||||
multiple_sprites = 2
|
||||
|
||||
/obj/item/ammo_box/magazine/m10mm/empty //for maint drops
|
||||
max_ammo = 1
|
||||
|
||||
/obj/item/ammo_box/magazine/m45
|
||||
name = "handgun magazine (.45)"
|
||||
icon_state = "45-8"
|
||||
|
||||
@@ -26,6 +26,14 @@
|
||||
mag_type = /obj/item/ammo_box/magazine/m45
|
||||
can_suppress = 0
|
||||
|
||||
/obj/item/weapon/gun/projectile/automatic/pistol/empty //empty stetchshit for maint spawns
|
||||
desc = "A small, easily concealable 10mm handgun. Had a threaded barrel for suppressors."
|
||||
can_suppress = 0
|
||||
|
||||
/obj/item/weapon/gun/projectile/automatic/pistol/empty/New()
|
||||
magazine = new /obj/item/ammo_box/magazine/m10mm/empty(src)
|
||||
..()
|
||||
|
||||
/obj/item/weapon/gun/projectile/automatic/pistol/deagle
|
||||
name = "desert eagle"
|
||||
desc = "A robust .50 AE handgun."
|
||||
|
||||
Reference in New Issue
Block a user