You wish for change... (Added instabilities.)

This commit is contained in:
The0bserver
2020-09-02 03:15:03 -04:00
parent 6b3a0c3531
commit 5f5279d2ff
23 changed files with 33 additions and 14 deletions
@@ -161,7 +161,7 @@
/datum/reagent/consumable/sugar/on_hydroponics_apply(obj/item/seeds/myseed, datum/reagents/chems, obj/machinery/hydroponics/mytray, mob/user)
. = ..()
if(chems.has_reagent(type, 1))
mytray.adjustWeeds(rand(1,2))
mytray.adjustWeeds(rand(2,3))
mytray.adjustPests(rand(1,2))
/datum/reagent/consumable/sugar/overdose_start(mob/living/M)
@@ -174,10 +174,6 @@
..()
. = 1
/datum/reagent/consumable/sugar/on_hydroponics_apply(obj/item/seeds/myseed, datum/reagents/chems, obj/machinery/hydroponics/mytray)
. = ..()
mytray.adjustWeeds(rand(2,3))
/datum/reagent/consumable/virus_food
name = "Virus Food"
description = "A mixture of water and milk. Virus cells can use this mixture to reproduce."
@@ -182,10 +182,6 @@
. = 1
..()
/datum/reagent/blood/on_hydroponics_apply(obj/item/seeds/myseed, datum/reagents/chems, obj/machinery/hydroponics/mytray)
. = ..()
mytray.adjustPests(rand(2,3))
/datum/reagent/liquidgibs
name = "Liquid gibs"
color = BLOOD_COLOR_HUMAN