Skip to content

Commit

Permalink
Merge pull request #1376 from Yawn-Wider/alcohol_mod_to_chem_strength…
Browse files Browse the repository at this point in the history
…_alcohol

Fixes the alcohol traits
  • Loading branch information
izac112 committed Jan 7, 2024
2 parents 098af2d + d71a517 commit a0bfa30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a0bfa30

Please sign in to comment.