mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
[MIRROR] Fixes Densified Chemicals (#2550)
* fixes densified (#55967) Densified Chemicals broke with the food refactor. Food has a max_volume var that it uses to create the reagent container which was overriding the reagents.maximum_volume change. Now it changes the proper var and works again. * Fixes Densified Chemicals Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
@@ -406,7 +406,7 @@
|
||||
|
||||
/datum/plant_gene/trait/maxchem/on_new(obj/item/food/grown/G, newloc)
|
||||
..()
|
||||
G.reagents.maximum_volume *= rate
|
||||
G.max_volume *= rate
|
||||
|
||||
/datum/plant_gene/trait/repeated_harvest
|
||||
name = "Perennial Growth"
|
||||
|
||||
Reference in New Issue
Block a user