Skip to content

Commit

Permalink
Update nsv13/code/modules/munitions/ship_weapons/energy_weapons/phase…
Browse files Browse the repository at this point in the history
…r.dm

Co-authored-by: DeltaFire <46569814+DeltaFire15@users.noreply.github.com>
  • Loading branch information
Pockets-byte and DeltaFire15 authored Sep 10, 2024
1 parent acbeb40 commit d211a01
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@
to_chat(M, "<span class='warning'>You have a second to watch the casing of the gun glow a dull red before it erupts in a blinding flash as it self-destructs</span>") // stealing this from the plasmagun as well
explosion(get_turf(src), 0, 1, 3, 5, flame_range = 4)
overload()
else
return TRUE
return FALSE
return TRUE

/obj/machinery/ship_weapon/energy/get_max_ammo()
return max_charge
Expand Down

0 comments on commit d211a01

Please sign in to comment.