mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Fixes aut'akh organs causing liver failure (#6910)
Turns out that one of the augments deals toxin when used, triggering liver damage easily.
This commit is contained in:
@@ -229,9 +229,7 @@
|
||||
owner.reagents.add_reagent("toxin", 25)
|
||||
return
|
||||
|
||||
|
||||
owner.vessel.remove_reagent("blood",rand(15,30))
|
||||
owner.adjustToxLoss(rand(5,25))
|
||||
owner.reagents.add_reagent("paracetamol", 5)
|
||||
owner.reagents.add_reagent("inaprovaline", 5)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user