Merge pull request #27 from Fox-McCloud/Chemistry-Dispenser-(see-beakers)

Chem Dispenser (see the beakers)
This commit is contained in:
ZomgPonies
2013-11-04 16:44:42 -08:00
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -179,7 +179,7 @@
var/obj/item/weapon/reagent_containers/glass/B = beaker
B.loc = loc
beaker = null
icon_state = "dispenser"
add_fingerprint(usr)
return 1 // update UIs attached to this object
@@ -211,6 +211,7 @@
B.loc = src
user << "You set [B] on the machine."
nanomanager.update_uis(src) // update all UIs attached to src
icon_state = "dispenser2"
return
/obj/machinery/chem_dispenser/attack_ai(mob/user as mob)