mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Fixes #8264.
updateUsrDialog() doesn't play well with nanoUI, forcing it to re-open and reposition on each cal.
This commit is contained in:
@@ -42,7 +42,6 @@
|
|||||||
if(!node)
|
if(!node)
|
||||||
return
|
return
|
||||||
if(!on)
|
if(!on)
|
||||||
updateUsrDialog()
|
|
||||||
return
|
return
|
||||||
|
|
||||||
if(occupant)
|
if(occupant)
|
||||||
@@ -57,7 +56,6 @@
|
|||||||
if(abs(temperature_archived-air_contents.temperature) > 1)
|
if(abs(temperature_archived-air_contents.temperature) > 1)
|
||||||
network.update = 1
|
network.update = 1
|
||||||
|
|
||||||
updateUsrDialog()
|
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|
||||||
@@ -193,7 +191,6 @@
|
|||||||
var/mob/M = G:affecting
|
var/mob/M = G:affecting
|
||||||
if(put_mob(M))
|
if(put_mob(M))
|
||||||
del(G)
|
del(G)
|
||||||
updateUsrDialog()
|
|
||||||
return
|
return
|
||||||
|
|
||||||
/obj/machinery/atmospherics/unary/cryo_cell/update_icon()
|
/obj/machinery/atmospherics/unary/cryo_cell/update_icon()
|
||||||
|
|||||||
Reference in New Issue
Block a user