Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tap0r authored Jul 25, 2024
1 parent 862053c commit b82385c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/machinery/vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -475,9 +475,9 @@
if (src.icon_vend) //Show the vending animation if needed
flick(src.icon_vend,src)
spawn(src.vend_delay)
give_out_product(R)
src.vend_ready = 1
src.currently_vending = null
give_out_product(R)
src.vend_ready = 1
src.currently_vending = null

/obj/machinery/vending/proc/say_slogan()
if(stat & (BROKEN|NOPOWER))
Expand Down

0 comments on commit b82385c

Please sign in to comment.