mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Commenting out fallingapples.
Commenting out fallingapples.
This commit is contained in:
@@ -60,12 +60,12 @@
|
|||||||
set_trait(TRAIT_POTENCY,10)
|
set_trait(TRAIT_POTENCY,10)
|
||||||
set_trait(TRAIT_YIELD,2)
|
set_trait(TRAIT_YIELD,2)
|
||||||
|
|
||||||
//Adding self harvesting apples which contain poison and can mutate into poisonapples
|
//Commenting out because self_harvesting can be troublesome.
|
||||||
/datum/seed/apple/falling
|
// /datum/seed/apple/falling
|
||||||
name = "fallingapple"
|
// name = "fallingapple"
|
||||||
mutants = list("poisonapple")
|
// mutants = list("poisonapple")
|
||||||
can_self_harvest = 1
|
// can_self_harvest = 1
|
||||||
chems = list("nutriment" = list(1,5),"applejuice" = list(5,10),"cyanide" = list(1,3))
|
// chems = list("nutriment" = list(1,5),"applejuice" = list(5,10),"cyanide" = list(1,3))
|
||||||
|
|
||||||
/datum/seed/wheat/meatwheat
|
/datum/seed/wheat/meatwheat
|
||||||
name = "meatwheat"
|
name = "meatwheat"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
seed_name = "apple"
|
seed_name = "apple"
|
||||||
display_name = "apple tree"
|
display_name = "apple tree"
|
||||||
kitchen_tag = "apple"
|
kitchen_tag = "apple"
|
||||||
mutants = list("fallingapple","goldapple") //CHOMPEdit - Adding mutation strain for falling apples.
|
mutants = list("poisonapple", "goldapple")
|
||||||
chems = list("nutriment" = list(1,10),"applejuice" = list(10,20))
|
chems = list("nutriment" = list(1,10),"applejuice" = list(10,20))
|
||||||
|
|
||||||
/datum/seed/apple/New()
|
/datum/seed/apple/New()
|
||||||
|
|||||||
Reference in New Issue
Block a user