diff --git a/code/modules/janitorial/mop.js b/code/modules/janitorial/mop.js index 7c03bd4..47127ca 100644 --- a/code/modules/janitorial/mop.js +++ b/code/modules/janitorial/mop.js @@ -13,7 +13,7 @@ class Mop extends Component { if(has_component(target, "OpenReagentContainer")) { if(target.c.ReagentHolder.total_volume < 1) - to_chat`The ${target} is out of water!`(user); + to_chat`The ${target} is empty!`(user); else { target.c.ReagentHolder.transfer_to(this.a, 5); to_chat`You wet the ${this.a} in the ${target}`(user);