Merge pull request #1096 from Neerti/2/28/2016_id_computer_fix

Fixes ID computers.
This commit is contained in:
EmperorJon
2016-02-28 14:45:57 +00:00
3 changed files with 14 additions and 77 deletions

View File

@@ -42,7 +42,8 @@
var/trans = reagents.trans_to_obj(target, amount_per_transfer_from_this)
user << "<span class='notice'>You add [trans] units of the condiment to \the [target].</span>"
else(..())
else
..()
feed_sound(var/mob/user)
playsound(user.loc, 'sound/items/drink.ogg', rand(10, 50), 1)