Botany Fixes

Fixes invisible plant sprites

Fixes Ghost Peppers missing their New() proc
This commit is contained in:
FalseIncarnate
2015-09-14 04:27:58 -04:00
parent 18a137e778
commit 40b4145537
4 changed files with 17 additions and 4 deletions

View File

@@ -43,10 +43,11 @@
kitchen_tag = "ghostchili"
preset_icon = "ghostchilipepper"
/datum/seed/chili/ice/New()
/datum/seed/chili/ghost/New()
..()
set_trait(TRAIT_MATURATION,4)
set_trait(TRAIT_PRODUCTION,4)
set_trait(TRAIT_MATURATION,10)
set_trait(TRAIT_PRODUCTION,10)
set_trait(TRAIT_YIELD,3)
set_trait(TRAIT_PRODUCT_COLOUR,"#00EDC6")
// Berry plants/variants.