Skip to content

Commit

Permalink
Replace explicit initialize hint with . = ..()
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Brittain committed Nov 16, 2024
1 parent fe88225 commit ee10257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/fabrication/_fabricator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
else if(ispath(mat, /singleton/reagent))
var/singleton/reagent/reg = mat
stored_substances_to_names[mat] = initial(reg.name)
return INITIALIZE_HINT_NORMAL
. = ..()

/obj/machinery/fabricator/Destroy()
print_loc = null
Expand Down

0 comments on commit ee10257

Please sign in to comment.