Turbotany version 1.2 (#50513)

* EVERYTHING. Check the changelog.

* Minor species change, spade fits on plant belt.

* Local man blind, news at 11.

* Longrange pollenation, and fixes pill composting.
This commit is contained in:
ArcaneMusic
2020-04-21 05:12:49 -04:00
committed by GitHub
parent 0c3d4e85dd
commit dc89ef0239
24 changed files with 180 additions and 45 deletions
@@ -569,7 +569,7 @@
. = ..()
if(chems.has_reagent(type, 1))
if(myseed && prob(20))
mytray.pollinate(rand(1,3))
mytray.pollinate(1)
else
mytray.adjustWeeds(rand(1,2))
mytray.adjustPests(rand(1,2))
@@ -210,7 +210,7 @@
glass_desc = "A glass of holy water."
self_consuming = TRUE //divine intervention won't be limited by the lack of a liver
// Holy water. Mostly the same as water, it also heals the plant a little with the power of the spirits. Also ALSO increases stability.
// Holy water. Mostly the same as water, it also heals the plant a little with the power of the spirits. Also ALSO increases instability.
/datum/reagent/water/holywater/on_hydroponics_apply(obj/item/seeds/myseed, datum/reagents/chems, obj/machinery/hydroponics/mytray)
. = ..()
if(chems.has_reagent(src.type, 1))
@@ -59,7 +59,8 @@
/datum/reagent/toxin/mutagen/on_hydroponics_apply(obj/item/seeds/myseed, datum/reagents/chems, obj/machinery/hydroponics/mytray, mob/user)
mytray.mutation_roll(user)
. = ..()
if(chems.has_reagent(type, 1))
mytray.adjustToxic(3) //It is still toxic, mind you, but not to the same degree.
#define LIQUID_PLASMA_BP (50+T0C)