12 lines
No EOL
240 B
Lua
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 |