mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Reverts an unintended change to Leeching Walk. (#86295)
## About The Pull Request Reverts an accidental change to leeching walk. ## Why It's Good For The Game Few months ago, i reworked Rust Heretic and most of its skills. https://github.com/tgstation/tgstation/pull/83006 One of the changes i pushed was a minor temperature regulation effect being added to leeching walk. This was accidentally reverted by Carlactg in his pr on Cult Vs Heretic https://github.com/tgstation/tgstation/pull/82877 This change was not discussed nor alluded in the pr, and it wasn't even remotely related to it, Carlact themsleves admitted it was their mistake. So i'm reverting it. ## Changelog 🆑 revert: Leeching walk has been granted it's intended temp regulation effect back. /🆑
This commit is contained in:
@@ -55,3 +55,5 @@
|
||||
// Heals blood loss
|
||||
if(source.blood_volume < BLOOD_VOLUME_NORMAL)
|
||||
source.blood_volume += 2.5 * seconds_per_tick
|
||||
// Slowly regulates your body temp
|
||||
source.adjust_bodytemperature((source.get_body_temp_normal() - source.bodytemperature)/5)
|
||||
|
||||
Reference in New Issue
Block a user