mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Cryogenic oversight console "Drop all items" fix (#19930)
This commit is contained in:
@@ -120,7 +120,8 @@
|
||||
if("all_items")
|
||||
visible_message("<span class='notice'>[src] beeps happily as it dispenses the desired objects.</span>")
|
||||
|
||||
for(var/obj/item/item in frozen_items)
|
||||
for(var/list/frozen_item in frozen_items)
|
||||
var/obj/item/item = locateUID(frozen_item["uid"])
|
||||
dispense_item(item)
|
||||
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user