Fix luacheck errors, thanks to kaeza

This commit is contained in:
Raymoo
2017-03-13 18:52:06 -07:00
parent 481ef9e2cd
commit 668bce3772
4 changed files with 27 additions and 39 deletions

View File

@ -65,7 +65,7 @@ function mon_meta:add_change(player, value, id)
local p_name = player:get_player_name()
local def = self.def
local p_effects = self.player_map[p_name]
if p_effects == nil then
p_effects = {}