Makes coffee less addictive, and fake cheese non-addictive

This commit is contained in:
TheDZD
2016-03-25 14:02:43 -04:00
parent 49818d587d
commit ea4db4963d
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -284,7 +284,6 @@ datum/reagent/cheese/reaction_turf(var/turf/T, var/volume)
reagent_state = LIQUID
color = "#B2B139"
overdose_threshold = 50
addiction_chance = 10
/datum/reagent/fake_cheese/overdose_process(var/mob/living/M as mob)
if(prob(8))
@@ -189,7 +189,7 @@
adj_sleepy = -2
adj_temp = 25
overdose_threshold = 45
addiction_chance = 5 // It's true.
addiction_chance = 1 // It's true.
/datum/reagent/drink/coffee/on_mob_life(var/mob/living/M as mob)
if(holder.has_reagent("frostoil"))