mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-01-01 20:54:38 +00:00
* Splits projectiles into different files for readability * Update tgstation.dme * I love how the dme cleans itself up
12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
/obj/item/ammo_casing/energy/plasma
|
|
projectile_type = /obj/item/projectile/plasma
|
|
select_name = "plasma burst"
|
|
fire_sound = 'sound/weapons/plasma_cutter.ogg'
|
|
delay = 15
|
|
e_cost = 25
|
|
|
|
/obj/item/ammo_casing/energy/plasma/adv
|
|
projectile_type = /obj/item/projectile/plasma/adv
|
|
delay = 10
|
|
e_cost = 10
|