Merge pull request #1008 from DragonTrance/plant-adding

Modular Chemical Reactions for Hydroponics Trays
This commit is contained in:
QuoteFox
2021-03-02 05:10:21 +00:00
committed by GitHub
6 changed files with 312 additions and 272 deletions
@@ -77,6 +77,12 @@ GLOBAL_LIST_INIT(name2reagent, build_name2reagent())
/datum/reagent/proc/reaction_turf(turf/T, volume)
return
//Hyperstation Edit: Hydroponics trays reactions, idea stolen from citadel but not directly referenced
/datum/reagent/proc/on_tray(obj/machinery/hydroponics/T, volume, mob/user) //See hyperstation's reagent module
if(!T.myseed)
return 0
return -1
/datum/reagent/proc/on_mob_life(mob/living/carbon/M)
current_cycle++
if(holder)