Skip to content

Commit

Permalink
fuck it, this should hopefully mean that whatever's in front of it wi…
Browse files Browse the repository at this point in the history
…ll die as well as anything behind. im not sure.
  • Loading branch information
KoishiVibe committed Jul 26, 2024
1 parent 1fbcb94 commit ed0702d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/explosives/mine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@

if(!customizable)
create_shrapnel(loc, 60, dir, angle, /datum/ammo/bullet/shrapnel/claymore, cause_data)
cell_explosion(loc, 40, 20, EXPLOSION_FALLOFF_SHAPE_LINEAR, dir, cause_data)
cell_explosion(loc, 60, 30, EXPLOSION_FALLOFF_SHAPE_LINEAR, dir, cause_data)
qdel(src)
else
. = ..()
Expand Down

0 comments on commit ed0702d

Please sign in to comment.