[MIRROR] Removes check_tick from ORM ui_data (#1415)
* Removes check_tick from ORM ui_data * Update machine_redemption.dm * Delete machine_redemption.dm.rej
This commit is contained in:
committed by
Poojawa
parent
c975135425
commit
32f904356d
@@ -243,7 +243,6 @@
|
||||
if(thisdesign)
|
||||
data["diskDesigns"] += list(list("name" = thisdesign.name, "index" = index, "canupload" = thisdesign.build_type&SMELTER))
|
||||
index++
|
||||
CHECK_TICK
|
||||
return data
|
||||
|
||||
/obj/machinery/mineral/ore_redemption/ui_act(action, params)
|
||||
@@ -367,4 +366,4 @@
|
||||
icon_state = initial(icon_state)
|
||||
else
|
||||
icon_state = "[initial(icon_state)]-off"
|
||||
return
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user