mirror of
https://github.com/minetest-mods/hbsprint.git
synced 2025-07-08 03:10:41 +02:00
Drain air while sprinting under water
This commit is contained in:
@ -27,3 +27,9 @@ sprint_starve (Starve) bool true
|
||||
|
||||
#The amount of satiation to drain while sprinting
|
||||
sprint_starve_drain (Starve drain) float 0.5
|
||||
|
||||
#Drain air while sprinting under water
|
||||
sprint_breath (Breath) bool true
|
||||
|
||||
#The amount of air to drain while sprinting under water
|
||||
sprint_breath_drain (Breath drain) float 1
|
||||
|
Reference in New Issue
Block a user