Skip to content

Commit

Permalink
Update reagent_dispensers.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Apr 21, 2024
1 parent f6ef412 commit 538d301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/structures/reagent_dispensers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@
if(mods["alt"])
dispensing = !dispensing
if(dispensing)
to_chat(usr, SPAN_NOTICE("[src] is now dispensing"))
to_chat(user, SPAN_NOTICE("[src] is now dispensing"))
else
to_chat(usr, SPAN_NOTICE("[src] is now filling"))
to_chat(user, SPAN_NOTICE("[src] is now filling"))
return TRUE
return ..()

Expand Down

0 comments on commit 538d301

Please sign in to comment.