Fixes dish drive beam (#20546)

* Fixes dish drive beam

* Update code/game/machinery/dish_drive.dm

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
Henri215
2023-03-11 01:23:22 +01:00
committed by GitHub
co-authored by Ryan
parent 2bc9f02dd6
commit dc5cf1fb3e
+3 -1
View File
@@ -128,7 +128,9 @@
visible_message("<span class='notice'>[src] [pick("whooshes", "bwooms", "fwooms", "pshooms")] and beams [disposed] stored item\s into the nearby [bin.name].</span>")
playsound(src, 'sound/items/pshoom.ogg', 15, TRUE)
playsound(bin, 'sound/items/pshoom.ogg', 15, TRUE)
Beam(bin, icon_state = "rped_upgrade", time = 5)
Beam(bin, icon_state = "rped_upgrade", icon = 'icons/effects/effects.dmi', time = 5)
bin.update_icon()
flick("synthesizer_beam", src)
else if(manual)
to_chat(usr, "<span class='notice'>There are no disposable items to be beamed.</span>")
time_since_dishes = world.time + 60 SECONDS