fixing improper message for biogenerator interaction (#28522)

Co-authored-by: cool20141 <>
This commit is contained in:
cool20141
2025-02-26 12:51:03 +03:00
committed by GitHub
parent d68aa00fa6
commit 7d65d1d99b
+1 -1
View File
@@ -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
/**