mirror of
https://github.com/redstrate/Kawari.git
synced 2025-05-06 20:57:45 +00:00
Everyone's favorite copying mechanism/purchasable item is now functional in Kawari. The item doesn't disappear once you use it, because there's no API for that yet.
8 lines
171 B
Lua
8 lines
171 B
Lua
function doAction(player)
|
|
effects = EffectsBuilder()
|
|
|
|
-- TODO: match retail fantasia behavior
|
|
player:set_remake_mode("EditAppearance")
|
|
|
|
return effects
|
|
end
|