Commenting out fallingapples.

Commenting out fallingapples.
This commit is contained in:
xnqm8h
2022-08-06 21:45:32 -04:00
parent 00666fcad0
commit 06f95c94d3
2 changed files with 7 additions and 7 deletions

View File

@@ -60,12 +60,12 @@
set_trait(TRAIT_POTENCY,10)
set_trait(TRAIT_YIELD,2)
//Adding self harvesting apples which contain poison and can mutate into poisonapples
/datum/seed/apple/falling
name = "fallingapple"
mutants = list("poisonapple")
can_self_harvest = 1
chems = list("nutriment" = list(1,5),"applejuice" = list(5,10),"cyanide" = list(1,3))
//Commenting out because self_harvesting can be troublesome.
// /datum/seed/apple/falling
// name = "fallingapple"
// mutants = list("poisonapple")
// can_self_harvest = 1
// chems = list("nutriment" = list(1,5),"applejuice" = list(5,10),"cyanide" = list(1,3))
/datum/seed/wheat/meatwheat
name = "meatwheat"