Skip to content

Commit

Permalink
Fixes SM surge (#4235)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisemonster authored Nov 14, 2024
1 parent 1c21ced commit 878dd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/events/supermatter_surge.dm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
announce_when = 4
end_when = SURGE_DURATION_MIN
/// How powerful is the supermatter surge going to be?
var/surge_class = SURGE_SEVERITY_MIN
var/surge_class = null //monkestation edit
/// Typecasted reference to the supermatter chosen at event start
var/obj/machinery/power/supermatter_crystal/engine
/// Typecasted reference to the nitrogen properies in the SM chamber
Expand Down

0 comments on commit 878dd38

Please sign in to comment.