Skip to content

Commit

Permalink
Update code/game/machinery/vending/vendor_types/medical.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
ItsVyzo and Drulikar authored Apr 4, 2024
1 parent 2d15483 commit 1dad0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/vending/vendor_types/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
var/obj/item/stack/restock_stack = item_to_stock
if(restock_stack.amount < restock_stack.max_amount) // if the stack is not full
if(user)
to_chat(user, SPAN_WARNING("\The [src] makes a buzzing noise as it rejects [restock_stack]. Looks like this vendor cannot restock non-full stacks outside of a medical bay's supply link."))
to_chat(user, SPAN_WARNING("[src] makes a buzzing noise as it rejects [restock_stack]. Looks like this vendor cannot restock non-full stacks outside of a medical bay's supply link."))
playsound(src, 'sound/machines/buzz-sigh.ogg', 15, TRUE)
return FALSE
return TRUE
Expand Down

0 comments on commit 1dad0d9

Please sign in to comment.