EinsDreiDreiSieben/mods/asuna/asuna_awards/awards/the_matrix_reloaded.lua
2025-05-04 16:01:41 +02:00

12 lines
No EOL
240 B
Lua

return function(award)
return {
title = "The Matrix Reloaded",
description = "Enter the world a second time",
difficulty = 5,
icon = "server_public.png",
trigger = {
type = "join",
target = 2,
}
}
end