mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 15:06:39 +01:00
Merge pull request #326 from Sharkmare/patch-5
Chemical reaction to make Black sap plants harder to harvest
This commit is contained in:
@@ -129,6 +129,12 @@
|
||||
required_reagents = list("dermaline" = 1, "orangesap" = 1, "Copper" = 1)
|
||||
result_amount = 1
|
||||
|
||||
/datum/chemical_reaction/nutrient
|
||||
name = "Nutriment"
|
||||
id = "nutriment"
|
||||
result = "nutriment"
|
||||
required_reagents = list("purplesap" = 1, "orangesap" = 1, "bluesap" = 1)
|
||||
result_amount = 3
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
/// Special drinks
|
||||
|
||||
Reference in New Issue
Block a user