Fixes ID computers.

Also fixes what appears to be a merge error in condiments, which made my compiler complain.
oh, someone also added FILE_DIR previously, as well.  Fixed that too.
This commit is contained in:
Neerti
2016-02-28 08:08:23 -05:00
parent 5fb4a26a0b
commit 69140184b3
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)