1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-11-25 22:32:18 +02:00

minor tweaks

This commit is contained in:
Gerkiz
2020-10-29 13:07:42 +01:00
parent 6506bb7df8
commit 6470842b72
6 changed files with 155 additions and 14 deletions

View File

@@ -474,7 +474,7 @@ end
--- Gives connected player some bonus xp if the map was preemptively shut down.
-- amount (integer) -- 10 levels
-- local Public = require 'modules.rpg_v2' Public.give_xp(512)
-- local Public = require 'modules.rpg.functions' Public.give_xp(512)
function Public.give_xp(amount)
for _, player in pairs(game.connected_players) do
if not Public.validate_player(player) then