Skip to content

Commit

Permalink
[s] integrated circuit stuff (#6602)
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons authored Jul 23, 2024
1 parent dd1b064 commit 5f7d7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/integrated_electronics/core/printer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
return
if(istext(new_input))
to_chat(usr, SPAN_NOTICE("[new_input] load blueprint pressed"))

log_game("[usr] cloned circuit [new_input]")
var/validation = SScircuit.validate_electronic_assembly(new_input)
// Validation error codes are returned as text.
if(istext(validation))
Expand Down

0 comments on commit 5f7d7db

Please sign in to comment.