Skip to content

Commit

Permalink
Remove arg from armor:equip
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymtorres committed Aug 13, 2017
1 parent f6f83d6 commit 3685a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ end

local firesuit_INST = item.firesuit:new('ruined')
alt_player.inventory:insert(firesuit_INST)
alt_player.armor:equip('firesuit', firesuit_INST:getCondition(), #alt_player.inventory)
alt_player.armor:equip('firesuit', firesuit_INST:getCondition())

--[[
print('---------')
Expand Down

0 comments on commit 3685a3b

Please sign in to comment.