mirror of
https://github.com/redstrate/Kawari.git
synced 2025-05-06 12:47:45 +00:00
9 lines
171 B
Lua
9 lines
171 B
Lua
|
function doAction(player)
|
||
|
effects = EffectsBuilder()
|
||
|
|
||
|
-- TODO: match retail fantasia behavior
|
||
|
player:set_remake_mode("EditAppearance")
|
||
|
|
||
|
return effects
|
||
|
end
|