Files
VOREStation/code/modules/projectiles/brokenguns/energy.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

10 lines
314 B
Plaintext

/obj/item/broken_gun/laserrifle/Initialize(mapload)
. = ..(mapload, /obj/item/gun/energy/laser/empty)
/obj/item/broken_gun/laser_retro/Initialize(mapload)
. = ..(mapload, /obj/item/gun/energy/retro/empty)
/obj/item/broken_gun/ionrifle/Initialize(mapload)
. = ..(mapload, /obj/item/gun/energy/ionrifle/empty)