Readded pumpkin carving and poultice making. Added a description generator and cache.

This commit is contained in:
Zuhayr
2015-02-13 05:02:21 +10:30
parent 8fb5836e4f
commit 15e666150e
3 changed files with 111 additions and 19 deletions

View File

@@ -963,6 +963,7 @@
seed_name = "S'randar's hand"
display_name = "S'randar's hand leaves"
chems = list("bicaridine" = list(0,10))
kitchen_tag = "shand"
/datum/seed/shand/New()
..()
@@ -980,6 +981,7 @@
seed_name = "Messa's tear"
display_name = "Messa's tear leaves"
chems = list("honey" = list(1,10), "kelotane" = list(3,5))
kitchen_tag = "mtear"
/datum/seed/mtear/New()
..()