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 e844bc7 commit ced7f67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/game/machinery/outpost_electrolyzer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@
for(var/electro in electrolyze)
resolved_output.electrolyze_item(electro)

if(!ismob(AM0)) //MULCH IT IF IT AINT ICE
AM0.moveToNullspace()
qdel(AM0)
if(!ismob(electrolyze_target)) //MULCH IT IF IT AINT ICE
qdel(electrolyze_target)


/obj/machinery/mineral/electrolyzer/proc/set_electrolyzer_output()
Expand Down

0 comments on commit ced7f67

Please sign in to comment.