Skip to content

Commit

Permalink
cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomEpicness committed Feb 23, 2024
1 parent 1e24366 commit 0573252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/explosives/grenades/marines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,8 @@
item_state = "grenade_sebb"
det_time = 4 SECONDS
var/range = 5 // Maximum range of effect
var/damage = 120 // Generic Energy damage from 1.2 GV. Distance scaled
var/falloff_dam_reduction_mult = 12 // Factor to mutiply the effect range has on damage.
var/damage = 120 // Maximum possible damage before falloff.
var/falloff_dam_reduction_mult = 13 // Factor to mutiply the effect range has on damage.

/obj/item/explosive/grenade/sebb/examine(mob/user)
..()
Expand Down

0 comments on commit 0573252

Please sign in to comment.