Syndi-Cakes now have a delicious cream filling that heals extra to people with a special role (changelings, traitors, revheads, nuke ops, wizards, technically malf AIs, but I dont think you can feed them to begin with)

Made by copypasting and modifying the sprinkles reagent.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1072 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2011-02-19 17:06:30 +00:00
parent 3a7e942b62
commit f794ebce5a
2 changed files with 18 additions and 0 deletions

View File

@@ -1301,6 +1301,23 @@ datum
return
..()
syndicream
name = "Cream filling"
id = "syndicream"
description = "Delicious cream filling of a mysterious origin. Tastes criminally good."
nutriment_factor = 1 * REAGENTS_METABOLISM
on_mob_life(var/mob/M)
M:nutrition += nutriment_factor
if(istype(M, /mob/living/carbon/human) && M.mind)
if(M.mind.special_role)
if(!M) M = holder.my_atom
M:bruteloss--
M:fireloss--
M:nutrition += nutriment_factor
..()
return
..()
cornoil
name = "Corn Oil"
id = "cornoil"

View File

@@ -1856,6 +1856,7 @@
New()
..()
reagents.add_reagent("nutriment", 4)
reagents.add_reagent("syndicream", 2)
bitesize = 2
/obj/item/weapon/reagent_containers/food/snacks/loadedbakedpotato