part 1 cause I wanna do other things

This commit is contained in:
DragonTrance
2021-02-28 21:35:30 -07:00
parent fdf8c8ed11
commit 8dee9d844a
7 changed files with 307 additions and 273 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, override = FALSE) //See hyperstation's reagent module
if(!tray.myseed)
return 0
return -1
/datum/reagent/proc/on_mob_life(mob/living/carbon/M)
current_cycle++
if(holder)
@@ -942,7 +942,7 @@
glass_icon_state = "glass_yellow"
glass_name = "glass of bungo juice"
glass_desc = "Exotic! You feel like you are on vacation already."
hydration = 1 * REAGENTS_METABOLISM
hydration = 1 * REAGENTS_METABOLISM
/datum/reagent/consumable/aloejuice
name = "Aloe Juice"
@@ -952,7 +952,7 @@
glass_icon_state = "glass_yellow"
glass_name = "glass of aloe juice"
glass_desc = "A healthy and refreshing juice."
hydration = 2 * REAGENTS_METABOLISM
hydration = 2 * REAGENTS_METABOLISM
/datum/reagent/consumable/aloejuice/on_mob_life(mob/living/M)
if(prob(30))