7 lines
299 B
Lua
7 lines
299 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return string text
|
|
---Returns whether the player can instantly resurrect in place. Only returns valid information while the player is dead and has not yet released his or her spirit to the graveyard.
|
|
function HasSoulstone() end
|