7 lines
348 B
Lua
7 lines
348 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@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
|