Makes unlucky vending machine message more clear (#19127)

Should've been a visible message, not a to_Chat

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Cameron Lennox
2026-02-04 19:04:14 -05:00
committed by GitHub
parent 07ee173fe6
commit bc2ec5262c
+1 -1
View File
@@ -222,7 +222,7 @@
for(var/obj/machinery/vending/darth_vendor in the_turf)
if(darth_vendor.stat & (BROKEN|NOPOWER))
continue
to_chat(living_guy, span_warning("The delivery chute of [darth_vendor] raises up..."))
darth_vendor.visible_message(span_warning("[darth_vendor] suddenly clunks and the delivery chute raises up!"))
darth_vendor.throw_item(living_guy)
consume_omen()
return