Skip to content

Commit

Permalink
Requested change
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
realforest2001 and harryob committed Jul 24, 2023
1 parent 2b0bcc0 commit 4d76ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/power/apc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list(
playsound(src.loc, 'sound/effects/sparks2.ogg', 25, 1)

if(stat & BROKEN)
var/datum/effect_system/spark_spread/spark = new /datum/effect_system/spark_spread
var/datum/effect_system/spark_spread/spark = new()
spark.set_up(3, 1, src)
spark.start()
to_chat(grabber, SPAN_DANGER("The APC's power currents surge eratically, damaging your chassis!"))
Expand Down

0 comments on commit 4d76ece

Please sign in to comment.