* not code stuff * other things * global vars, defines, helpers * onclick hud stuff, orphans, world.dm * controllers and datums * game folder * everything not client/mobs in modules * client folder * stage 1 mob stuff * simple animal things * silicons * carbon things * ayylmaos and monkeys * hyoomahn * icons n shit * sprite fixes * compile fixes * some fixes I cherrypicked. * qdel fixes * forgot brain refractors
27 lines
827 B
Plaintext
27 lines
827 B
Plaintext
|
|
/obj/item/ammo_casing/energy/plasmagun
|
|
projectile_type = /obj/item/projectile/energy/plasmabolt
|
|
e_cost = 50
|
|
fire_sound = 'sound/weapons/elecfire.ogg'
|
|
|
|
/obj/item/ammo_casing/energy/plasmagun/rifle
|
|
projectile_type = /obj/item/projectile/energy/plasmabolt/rifle
|
|
e_cost = 150
|
|
|
|
/obj/item/ammo_casing/energy/plasmagun/light
|
|
projectile_type = /obj/item/projectile/energy/plasmabolt/light
|
|
e_cost = 50
|
|
|
|
/obj/item/ammo_casing/energy/plasmagun/MP40k
|
|
projectile_type = /obj/item/projectile/energy/plasmabolt/MP40k
|
|
e_cost = 75
|
|
|
|
/obj/item/ammo_casing/energy/megabuster
|
|
projectile_type = /obj/item/projectile/energy/megabuster
|
|
fire_sound = 'sound/weapons/megabuster.ogg'
|
|
e_cost = 5
|
|
|
|
/obj/item/ammo_casing/energy/buster
|
|
e_cost = 25
|
|
projectile_type = /obj/item/projectile/energy/buster
|
|
fire_sound = 'sound/weapons/mmlbuster.ogg' |