Skip to content

Commit

Permalink
Mechs will really lose their cell when rigged (#4610)
Browse files Browse the repository at this point in the history
  • Loading branch information
TorinoFermic authored Feb 16, 2020
1 parent fd32289 commit 78dcc88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/power/cell.dm
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@
log_admin("LOG: Rigged power cell explosion, last touched by [fingerprintslast]")
message_admins("LOG: Rigged power cell explosion, last touched by [fingerprintslast]")

explosion(T, devastation_range, heavy_impact_range, light_impact_range, flash_range)

qdel(src)

explosion(T, devastation_range, heavy_impact_range, light_impact_range, flash_range)

/obj/item/weapon/cell/proc/corrupt()
charge /= 2
maxcharge /= 2
Expand Down

0 comments on commit 78dcc88

Please sign in to comment.