mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user