mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-28 02:53:11 +00:00
10 lines
329 B
Plaintext
10 lines
329 B
Plaintext
|
|
/obj/item/weapon/broken_gun/laserrifle/New(var/newloc)
|
|
..(newloc, /obj/item/weapon/gun/energy/laser/empty)
|
|
|
|
/obj/item/weapon/broken_gun/laser_retro/New(var/newloc)
|
|
..(newloc, /obj/item/weapon/gun/energy/retro/empty)
|
|
|
|
/obj/item/weapon/broken_gun/ionrifle/New(var/newloc)
|
|
..(newloc, /obj/item/weapon/gun/energy/ionrifle/empty)
|