Skip to content

Commit

Permalink
Update benzin.dm (#5014)
Browse files Browse the repository at this point in the history
  • Loading branch information
benj8560 authored Feb 4, 2024
1 parent 7ec698c commit c1c9e1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
if(!exploded)
exploded = TRUE
visible_message(SPAN_DANGER("\the [src] violently explodes!"))
explosion(src.loc, -1, -1, 2, 3) //explosion weaker than a welding tank
explosion(src.loc,0,0,2) //explosion weaker than a welding tank
gib()

/mob/living/carbon/superior_animal/roach/nitro/attackby(obj/item/I)
Expand Down

0 comments on commit c1c9e1c

Please sign in to comment.