mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 20:30:46 +01:00
d3b7ba8b43
* next new to init * . * this needs thorough testing * . * needs an istype * also vnotice * mvoe to defines
19 lines
676 B
Plaintext
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)
|