Couple of fixes. (#5206)

-fixes changeling rejecting their own organs after transformation
-fixes eating having the wrong sound
This commit is contained in:
Alberyk
2018-09-01 14:54:57 -03:00
committed by Erki
parent b47df48153
commit 58e12bbaf6
2 changed files with 7 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
center_of_mass = list("x"=16, "y"=6)
volume = 50
/obj/item/weapon/reagent_containers/food/feed_sound(var/mob/user)
/obj/item/weapon/reagent_containers/food/condiment/feed_sound(var/mob/user)
playsound(user.loc, 'sound/items/drink.ogg', rand(10, 50), 1)
/obj/item/weapon/reagent_containers/food/condiment/self_feed_message(var/mob/user)