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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user