Nerf Blackout Drunk (#21397)

Requested by Matt.
This commit is contained in:
VMSolidus
2025-09-28 12:11:38 +00:00
committed by GitHub
parent cd82e7eccf
commit f2a59a207c
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -55,7 +55,7 @@
var/filter_effect_from_broken = 2
/// Modifier on how efficiently this liver eliminates booze while blackout drunk.
var/blackout_booze_filtering_modifier = 0.015
var/blackout_booze_filtering_modifier = 0.5
/// Message to play in chat to a liver-haver when they have an infection.
var/infection_level_one_warning = "Your skin itches."
@@ -169,7 +169,7 @@
base_filter_effect = 5
toxin_critical_mass = 90
booze_filtering_modifier = 0.5 // "Impossible to get drunk", this should make it impossible. :)
blackout_booze_filtering_modifier = 0.25
blackout_booze_filtering_modifier = 1
/obj/item/organ/internal/liver/alien_liver
name = "anomalous mercurial flesh"