mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Fixed store computer overriding a proc of the clone computer
This commit is contained in:
@@ -146,13 +146,13 @@ td.cost.toomuch {
|
||||
src.updateUsrDialog()
|
||||
return
|
||||
|
||||
/obj/machinery/computer/cloning/update_icon()
|
||||
/obj/machinery/computer/merch/update_icon()
|
||||
|
||||
if(stat & BROKEN)
|
||||
icon_state = "comm_logs0"
|
||||
icon_state = "comm_logsb"
|
||||
else
|
||||
if(stat & NOPOWER)
|
||||
src.icon_state = "comm_logs"
|
||||
src.icon_state = "comm_logs0"
|
||||
stat |= NOPOWER
|
||||
else
|
||||
icon_state = initial(icon_state)
|
||||
|
||||
Reference in New Issue
Block a user