Skip to content

Commit

Permalink
Merge pull request #2647 from jinxynii/master
Browse files Browse the repository at this point in the history
ITS BULLET HELL IN HERE HOLY SHIIIIT
  • Loading branch information
Tk420634 authored Jul 16, 2023
2 parents 7a82a63 + 3af1f60 commit 8a08692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/ammunition/energy/plasma.dm
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
/obj/item/ammo_casing/energy/plasma/pistol/eve/caster
projectile_type = /obj/item/projectile/f13plasma/pistol/eve/worn
fire_sound = 'sound/f13weapons/plasma_pistol.ogg'
e_cost = 25 //should be 5 shots of a stream of 5.
e_cost = 80 //should be 5 shots of a stream of 5.

/obj/item/ammo_casing/energy/plasma/pistol/caster
projectile_type = /obj/item/projectile/f13plasma/pistol
fire_sound = 'sound/f13weapons/plasma_pistol.ogg'
e_cost = 12.5 //should be double of the eve caster
e_cost = 40 //should be double of the eve caster

/obj/item/ammo_casing/energy/plasma/miner
projectile_type = /obj/item/projectile/f13plasma/repeater/mining
Expand Down

0 comments on commit 8a08692

Please sign in to comment.