mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-10 14:45:40 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user