mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 07:22:15 +00:00
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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user