6 lines
339 B
Lua
6 lines
339 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return string resSicknessTime
|
|
---Returns the duration of resurrection sickness at the player's current level. Returns nil for players under level 10, who are allowed to resurrect at a spirit healer without suffering resurrection sickness.
|
|
function GetResSicknessDuration() end
|