Skip to content

Commit 3712ea5

Browse files
Merge pull request #1 from BiG-b0SS-Le-Cigar/BiG-b0SS-Le-Cigar-patch-1
kumiss🤤
2 parents 7af6367 + a950143 commit 3712ea5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

modular_meta/features/kumiss_beverage/code/kumiss_reagent.dm

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,12 @@
8080
//affected_mob.dust()
8181
sleep(200)
8282
hymningrn = FALSE
83+
84+
85+
//Пьём кумысс без админов еее
86+
87+
/datum/chemical_reaction/consumable/kumiss
88+
results = list(/datum/reagent/consumable/kumiss = 3)
89+
required_reagents = list(/datum/reagent/consumable/sugar = 1, /datum/reagent/consumable/milk = 1)
90+
required_catalysts = list(/datum/reagent/consumable/enzyme = 5)
91+
reaction_tags = REACTION_TAG_EASY | REACTION_TAG_OTHER

0 commit comments

Comments
 (0)