Skip to content

Commit

Permalink
Update code/game/objects/machinery/nuclearbomb.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Helg2 <[email protected]>
Signed-off-by: homexp13 <[email protected]>
  • Loading branch information
homexp13 and Helg2 authored Aug 22, 2024
1 parent 3c5e700 commit b995077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/machinery/nuclearbomb.dm
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
return

/obj/structure/nuclearbomb/obj_destruction(damage_amount, damage_type, damage_flag)
cell_explosion(loc, 500, 10) //funny kaboom
cell_explosion(loc, 1500, 30) //funny kaboom
return ..()

/obj/structure/nuclearbomb/Destroy()
Expand Down

0 comments on commit b995077

Please sign in to comment.