Skip to content

Commit

Permalink
Restoring field rupture explosion impact.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Sep 1, 2017
1 parent 23076b2 commit 88c1cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/power/fusion/core/core_field.dm
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
empulse(get_turf(src), ceil(plasma_temperature/1000), ceil(plasma_temperature/300))
sleep(5)
RadiateAll()
explosion(get_turf(owned_core),-1,-1,-1,10) // Blow out all the windows.
explosion(get_turf(owned_core),-1,-1,8,10) // Blow out all the windows.
return

/obj/effect/fusion_em_field/proc/ChangeFieldStrength(var/new_strength)
Expand Down

0 comments on commit 88c1cea

Please sign in to comment.