Skip to content

Commit

Permalink
Ethanol no longer automatically makes Unathi vomit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crozarius committed Sep 27, 2024
1 parent 31e9ad2 commit a020b41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ ABSTRACT_TYPE(/singleton/reagent/alcohol)

if (!has_valid_aug && alien == IS_UNATHI) //unathi are poisoned by alcohol as well
M.adjustToxLoss(3 * removed * (strength / 100))
if(!M.lastpuke)
to_chat(M, SPAN_WARNING("Your gizzard lurches as the alcohol burns its way down your gullet!"))//Make it clear that you should not be drinking this.
var/mob/living/carbon/human/H = M
H.delayed_vomit()

if (has_valid_aug | alien != IS_UNATHI)
M.intoxication += (strength / 100) * removed * 6
Expand Down
6 changes: 6 additions & 0 deletions html/changelogs/crozarius-unathialcoholpuke.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

author: Crozarius

delete-after: True
changes:
- qol: "Ethanol no longer automatically makes Unathi vomit."

0 comments on commit a020b41

Please sign in to comment.