Removes liver unfailure and makes alcohol do the killing thing sometimes (#35840)

* - Removes liver unfailure

* - MY LIVER FAILED INSTANTLY

* - Increases liver damage tenfold because whats the point of this pr if you need to drink 100 liters of the toughest booze in the game before you get liver damage

* - Fixes cyber livers not being twice as durable as ordinary livers
- Ok compromise alcohol does twice as much liver damage
- Fixes livers regenerating after they failed

* - I'll be happy if bacchus blessing destroys my liver and absinthe doesn't

* - I think this is the final number I'll punch in. I downed 14 shot glasses of vodka
This commit is contained in:
BordListian
2018-02-25 21:52:17 +01:00
committed by CitadelStationBot
parent 0589c06507
commit a75ac3bc13
3 changed files with 8 additions and 9 deletions
+1 -3
View File
@@ -412,11 +412,9 @@
if((!dna && !liver) || (NOLIVER in dna.species.species_traits))
return
if(liver)
if(liver.damage >= 100)
if(liver.damage >= liver.maxHealth)
liver.failing = TRUE
liver_failure()
else
liver.failing = FALSE
else
liver_failure()