mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-18 12:50:29 +01:00
d3b7ba8b43
* next new to init * . * this needs thorough testing * . * needs an istype * also vnotice * mvoe to defines
10 lines
314 B
Plaintext
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)
|