mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 00:20:55 +01:00
modular chemical reactions for hydroponics trays
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user