4 lines
358 B
Lua
4 lines
358 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Instantly resurrects the player in place, if possible. Usable if the player is dead (and has not yet released his or her spirit to the graveyard) and has the ability to instantly resurrect (provided by a Warlock's Soulstone or a Shaman's Reincarnation passive ability).
|
|
function UseSoulstone() end |