-Apples have potency now, and can be mutated into golden apples.

-Added a couple salads and golden apple tarts for the chef.
-Renamed the 'sleep rejuvinate' chemical and gave it a new id. If there was a REASON for it having the same ID as sleep toxin(i can't imagine why), please comment.
-Capsaicin and Frost Oil reworked heavily. They now make you much hotter/colder depending on how much you consume. It's not really wise to consume either in excessive amounts. Drinking coffee removes some frost oil from your system.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3891 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
d_h2005@yahoo.com
2012-06-23 06:57:24 +00:00
parent ec52b9c032
commit b4db0b5081
9 changed files with 149 additions and 25 deletions
+4
View File
@@ -326,6 +326,10 @@ obj/machinery/hydroponics/proc/mutatespecie() // Mutagent produced a new plant!
del(src.myseed)
src.myseed = new /obj/item/seeds/icepepperseed
else if ( istype(src.myseed, /obj/item/seeds/appleseed ))
del(src.myseed)
src.myseed = new /obj/item/seeds/goldappleseed
else if ( istype(src.myseed, /obj/item/seeds/berryseed ))
del(src.myseed)
switch(rand(1,100))