mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-25 01:31:58 +00:00
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:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user