Merge pull request #3997 from TheDZD/addicted-to-slaughtering-RNG-bullshit

Makes Coffee Less Addictive and Fake Cheese Non-addictive
This commit is contained in:
Fox McCloud
2016-03-26 17:30:10 -04:00
2 changed files with 1 additions and 2 deletions

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))

View File

@@ -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"))