Golden Apple and transmutation bugfix (#11095)

This commit is contained in:
Doxxmedearly
2021-02-01 02:36:45 -06:00
committed by GitHub
parent 10bf7a2952
commit 2d912541ff
3 changed files with 9 additions and 3 deletions

View File

@@ -239,7 +239,7 @@
seed_name = "golden apple"
display_name = "gold apple tree"
mutants = null
chems = list(/decl/reagent/drink/applejuice = list(1,10), MATERIAL_GOLD = list(1,5))
chems = list(/decl/reagent/drink/applejuice = list(1,10), /decl/reagent/gold = list(1,5))
kitchen_tag = "goldapple"
/datum/seed/apple/gold/setup_traits()