mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
@@ -286,7 +286,7 @@
|
||||
drink_container.desc = "[recipe_to_use.description]"
|
||||
flick("bottler_on", src)
|
||||
spawn(45)
|
||||
QDEL_LIST_ASSOC_VAL(slots)
|
||||
resetSlots()
|
||||
bottling = 0
|
||||
drink_container.forceMove(loc)
|
||||
updateUsrDialog()
|
||||
@@ -405,3 +405,7 @@
|
||||
icon_state = "bottler_on"
|
||||
else
|
||||
icon_state = "bottler_off"
|
||||
|
||||
/obj/machinery/bottler/proc/resetSlots()
|
||||
QDEL_LIST_ASSOC_VAL(slots)
|
||||
slots.len = 3
|
||||
Reference in New Issue
Block a user