Merge pull request #331 from VampyrBytes/master

fix for customizable foods
This commit is contained in:
ZomgPonies
2014-07-27 12:00:09 -04:00
2 changed files with 147 additions and 34 deletions
@@ -1,3 +1,5 @@
/*
/obj/item/weapon/reagent_containers/food/snacks/breadslice/attackby(obj/item/W as obj, mob/user as mob)
if(istype(W,/obj/item/weapon/shard) || istype(W,/obj/item/weapon/reagent_containers/food/snacks))
@@ -98,4 +100,5 @@
if(H && shard && M == user) //This needs a check for feeding the food to other people, but that could be abusable.
H << "\red You lacerate your mouth on a [shard.name] in the sandwich!"
H.adjustBruteLoss(5) //TODO: Target head if human.
..()
..()
*/