mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Adding chompedit comments to non chomp files.
Adding chompedit comments to non chomp files.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
seed_name = "apple"
|
||||
display_name = "apple tree"
|
||||
kitchen_tag = "apple"
|
||||
mutants = list("fallingapple","goldapple")
|
||||
mutants = list("fallingapple","goldapple") //CHOMPEdit - Adding mutation strain for falling apples.
|
||||
chems = list("nutriment" = list(1,10),"applejuice" = list(10,20))
|
||||
|
||||
/datum/seed/apple/New()
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
name = "sunflowers"
|
||||
seed_name = "sunflower"
|
||||
display_name = "sunflowers"
|
||||
mutants = list("solarflower")
|
||||
mutants = list("solarflower") //CHOMPEdit - Adding mutation strain for solarflowers.
|
||||
kitchen_tag = "sunflower"
|
||||
|
||||
/datum/seed/flower/sunflower/New()
|
||||
@@ -59,7 +59,7 @@
|
||||
seed_name = "lavender"
|
||||
display_name = "lavender"
|
||||
kitchen_tag = "lavender"
|
||||
mutants = list("milkdew")
|
||||
mutants = list("milkdew") //CHOMPEdit - Adding mutation strain for milkdew.
|
||||
chems = list("nutriment" = list(1,20), "bicaridine" = list(1,10))
|
||||
|
||||
/datum/seed/flower/lavender/New()
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
seed_name = "potato"
|
||||
display_name = "potatoes"
|
||||
kitchen_tag = "potato"
|
||||
mutants = list("voltato")
|
||||
mutants = list("voltato") //CHOMPEdit - Adding mutation strain for voltatoes.
|
||||
chems = list("nutriment" = list(1,10), "potatojuice" = list(10,10))
|
||||
|
||||
/datum/seed/potato/New()
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
seed_name = "soybean"
|
||||
display_name = "soybeans"
|
||||
kitchen_tag = "soybeans"
|
||||
mutants = list("orangesapbean","bluesapbean","purplesapbean")
|
||||
mutants = list("orangesapbean","bluesapbean","purplesapbean") //CHOMPEdit - Adding mutation strain for sap beans.
|
||||
chems = list("nutriment" = list(1,20), "soymilk" = list(10,20))
|
||||
|
||||
/datum/seed/soybean/New()
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
seed_name = "wheat"
|
||||
display_name = "wheat stalks"
|
||||
kitchen_tag = "wheat"
|
||||
mutants = list("meatwheat")
|
||||
mutants = list("meatwheat") //CHOMPEdit - Adding mutation strain for meatwheat.
|
||||
chems = list("nutriment" = list(1,25), "flour" = list(10,30))
|
||||
|
||||
/datum/seed/wheat/New()
|
||||
|
||||
Reference in New Issue
Block a user