modular chemical reactions for hydroponics trays

This commit is contained in:
DragonTrance
2021-03-01 09:00:51 -07:00
parent 8dee9d844a
commit 26937f3bde
4 changed files with 144 additions and 138 deletions
+2 -2
View File
@@ -78,8 +78,8 @@ GLOBAL_LIST_INIT(name2reagent, build_name2reagent())
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, override = FALSE) //See hyperstation's reagent module
if(!tray.myseed)
/datum/reagent/proc/on_tray(obj/machinery/hydroponics/T, volume, mob/user) //See hyperstation's reagent module
if(!T.myseed)
return 0
return -1