Make replacement update icon

This commit is contained in:
Putnam
2019-10-07 01:34:22 -07:00
parent b452de12ff
commit caf9bc56da

View File

@@ -231,7 +231,6 @@
return
replace_beaker(user, B)
to_chat(user, "<span class='notice'>You insert [I] into [src].</span>")
update_icon()
else
return ..()
@@ -250,6 +249,7 @@
beaker = new_beaker
else
beaker = null
update_icon()
return TRUE
/obj/machinery/computer/pandemic/on_deconstruction()