Files
VOREStation/code/modules/projectiles/brokenguns/projectile.dm
T
Kashargul d3b7ba8b43 next new to init (#17400)
* next new to init

* .

* this needs thorough testing

* .

* needs an istype

* also vnotice

* mvoe to defines
2025-03-24 06:18:39 -04:00

19 lines
676 B
Plaintext

/obj/item/broken_gun/c20r/Initialize(mapload)
. = ..(mapload, /obj/item/gun/projectile/automatic/c20r/empty)
/obj/item/broken_gun/silenced45/Initialize(mapload)
. = ..(mapload, /obj/item/gun/projectile/silenced/empty)
/obj/item/broken_gun/pumpshotgun/Initialize(mapload)
. = ..(mapload, /obj/item/gun/projectile/shotgun/pump/empty)
/obj/item/broken_gun/pumpshotgun_combat/Initialize(mapload)
. = ..(mapload, /obj/item/gun/projectile/shotgun/pump/combat/empty)
/obj/item/broken_gun/z8/Initialize(mapload)
. = ..(mapload, /obj/item/gun/projectile/automatic/z8/empty)
/obj/item/broken_gun/dartgun/Initialize(mapload)
. = ..(mapload, /obj/item/gun/projectile/dartgun)