Fixes the alcohol traits

This commit is contained in:
izac112
2024-01-07 23:15:57 +01:00
parent 92102d3548
commit f0a947b8b2
3 changed files with 5 additions and 5 deletions
@@ -110,7 +110,7 @@
name = "Liver of Air"
desc = "The only way you can hold a drink is if it's in your own two hands, and even then you'd best not inhale too deeply near it. Drinks hit thrice as hard. You may wish to note this down in your medical records, and perhaps your exploitable info as well."
cost = -1
var_changes = list("alcohol_mod" = 3)
var_changes = list("chem_strength_alcohol" = 3)
/datum/trait/negative/pain_intolerance_basic
name = "Pain Intolerant"
@@ -27,13 +27,13 @@
name = "Liver of Lilies"
desc = "You have a hard time with alcohol. Maybe you just never took to it, or maybe it doesn't agree with you... either way, drinks hit twice as hard. You may wish to note this down in your medical records, and perhaps your exploitable info as well."
cost = 0
var_changes = list("alcohol_mod" = 2)
var_changes = list("chem_strength_alcohol" = 2)
/datum/trait/neutral/alcohol_tolerance_basic
name = "Liver of Iron"
desc = "You can hold drinks much better than those lily-livered land-lubbers! Arr! You may wish to note this down in your medical records."
cost = 0
var_changes = list("alcohol_mod" = 0.75)
var_changes = list("chem_strength_alcohol" = 0.75)
/*
/datum/trait/neutral/cryogenic
@@ -157,13 +157,13 @@
name = "Liver of Steel"
desc = "Drinks tremble before your might! You can hold your alcohol twice as well as those blue-bellied barnacle boilers! You may wish to note this down in your medical records."
cost = 1
var_changes = list("alcohol_mod" = 0.5)
var_changes = list("chem_strength_alcohol" = 0.5)
/datum/trait/positive/alcohol_immunity
name = "Liver of Durasteel"
desc = "You've drunk so much that most booze doesn't even faze you. It takes something like a Pan-Galactic or a pint of Deathbell for you to even get slightly buzzed. You may wish to note this down in your medical records."
cost = 2
var_changes = list("alcohol_mod" = 0.25)
var_changes = list("chem_strength_alcohol" = 0.25)
/datum/trait/positive/pain_tolerance_basic
name = "Pain Tolerant"