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 0513df4 commit 2d15483
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 @@ -192,7 +192,7 @@
return

if(requires_supply_link_port && !get_supply_link())
to_chat(user, SPAN_WARNING("\The [src] makes a buzzing noise as it rejects [S.name]. 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 [S.name]. 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

Expand Down

0 comments on commit 2d15483

Please sign in to comment.