Make replacement update icon
This commit is contained in:
@@ -231,7 +231,6 @@
|
|||||||
return
|
return
|
||||||
replace_beaker(user, B)
|
replace_beaker(user, B)
|
||||||
to_chat(user, "<span class='notice'>You insert [I] into [src].</span>")
|
to_chat(user, "<span class='notice'>You insert [I] into [src].</span>")
|
||||||
update_icon()
|
|
||||||
else
|
else
|
||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
@@ -250,6 +249,7 @@
|
|||||||
beaker = new_beaker
|
beaker = new_beaker
|
||||||
else
|
else
|
||||||
beaker = null
|
beaker = null
|
||||||
|
update_icon()
|
||||||
return TRUE
|
return TRUE
|
||||||
|
|
||||||
/obj/machinery/computer/pandemic/on_deconstruction()
|
/obj/machinery/computer/pandemic/on_deconstruction()
|
||||||
|
|||||||
Reference in New Issue
Block a user