Skip to content

Commit

Permalink
Update code/game/machinery/outpost_electrolyzer.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Suckerberg <[email protected]>
Signed-off-by: HelmCrab <[email protected]>
  • Loading branch information
Thera-Pissed and MarkSuckerberg authored Nov 9, 2023
1 parent 5e1c8e1 commit 501374b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/outpost_electrolyzer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
/obj/machinery/mineral/electrolyzer/proc/on_entered(datum/source, atom/movable/AM)
SIGNAL_HANDLER
set_electrolyzer_output()
INVOKE_ASYNC(src, .proc/electrolyze, AM)
INVOKE_ASYNC(src, PROC_REF(electrolyze), AM)


/obj/machinery/mineral/electrolyzer/proc/electrolyze(atom/movable/AM0, sound=TRUE)
Expand Down

0 comments on commit 501374b

Please sign in to comment.