fixes, changes.
- buffed eldritch fluid - readded patron's reach as a 1 point off from aggressive spread - buffed amount of ghouls flesh can have. - buffed the stam regen of rust a little bit. - fixed sacrifices not giving points if they were in your pockets (thanks to tgstation/tgstation#51648) - removal of heretic status no longer gives a loud deconvert message (thanks to tgstation/tgstation#52629) - description fixes, eldritch amulet now works.
This commit is contained in:
@@ -2341,11 +2341,11 @@ datum/reagent/eldritch
|
||||
if(IS_HERETIC(M))
|
||||
M.drowsyness = max(M.drowsyness-5, 0)
|
||||
M.AdjustAllImmobility(-40, FALSE)
|
||||
M.adjustStaminaLoss(-10, FALSE)
|
||||
M.adjustToxLoss(-2, FALSE)
|
||||
M.adjustOxyLoss(-2, FALSE)
|
||||
M.adjustBruteLoss(-2, FALSE)
|
||||
M.adjustFireLoss(-2, FALSE)
|
||||
M.adjustStaminaLoss(-15, FALSE)
|
||||
M.adjustToxLoss(-3, FALSE)
|
||||
M.adjustOxyLoss(-3, FALSE)
|
||||
M.adjustBruteLoss(-3, FALSE)
|
||||
M.adjustFireLoss(-3, FALSE)
|
||||
if(ishuman(M) && M.blood_volume < BLOOD_VOLUME_NORMAL)
|
||||
M.blood_volume += 3
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user