You wish for change... (Added instabilities.)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user