Skip to content

Commit

Permalink
fixing improper message for biogenerator interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
cool20141 committed Feb 24, 2025
1 parent 3db0313 commit 43a3a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/hydroponics/biogenerator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
update_ui_product_list(user)
return ITEM_INTERACT_COMPLETE

to_chat(user, "<span class='warning'>You cannot put [src] in [name]!</span>")
to_chat(user, "<span class='warning'>You cannot put [used] in [src]!</span>")
return ITEM_INTERACT_COMPLETE

/**
Expand Down

0 comments on commit 43a3a25

Please # to comment.