manly dorf now doesnt work on alcohol tolerance, ups boozepower for dorfs (#51940)

* manly dorf now still gets you drunk with dorf mutation

* ok i guess

* Update code/modules/reagents/chemistry/reagents/alcohol_reagents.dm

YEAH OK MR COBBLESTONE I WILL DO IT!!!!!!!!!

Co-authored-by: ラッピ from PSO2 <11748095+ExcessiveUseOfCobblestone@users.noreply.github.com>

Co-authored-by: ラッピ from PSO2 <11748095+ExcessiveUseOfCobblestone@users.noreply.github.com>
This commit is contained in:
Fikou
2020-07-07 16:00:16 -04:00
committed by GitHub
co-authored by ラッピ from PSO2
parent be3f569182
commit a8f5bbc2fb
@@ -734,9 +734,9 @@ All effects don't start immediately, but rather get worse over time; the rate is
/datum/reagent/consumable/ethanol/manly_dorf/on_mob_metabolize(mob/living/M)
if(ishuman(M))
var/mob/living/carbon/human/H = M
if(HAS_TRAIT(H, TRAIT_DWARF) || HAS_TRAIT(H, TRAIT_ALCOHOL_TOLERANCE))
if(HAS_TRAIT(H, TRAIT_DWARF))
to_chat(H, "<span class='notice'>Now THAT is MANLY!</span>")
boozepwr = 5 //We've had worse in the mines
boozepwr = 50 // will still smash but not as much.
dorf_mode = TRUE
/datum/reagent/consumable/ethanol/manly_dorf/on_mob_life(mob/living/carbon/M)