Tweaks. Also, eating human pies makes them chestburst you a'la monkey cubes.

This commit is contained in:
Useroth
2019-05-29 23:45:25 +02:00
parent 16826eba66
commit d8d9d6efeb
2 changed files with 23 additions and 4 deletions
+1 -1
View File
@@ -160,7 +160,7 @@
user.visible_message("<span class='warning'>[user] is trying to stuff [M]\s body into \the [src]!</span>")
if(do_mob(user, M, 250))
var/name = M.real_name
var/obj/item/reagent_containers/food/snacks/pie/cream/pie = new(get_turf(M))
var/obj/item/reagent_containers/food/snacks/pie/cream/body/pie = new(get_turf(M))
pie.name = "\improper [name] [pie.name]"
playsound(get_turf(target), on_use_sound, 50, 1)