From 7b01c5ccca0b5e1b86b357f2430286d3ac956a36 Mon Sep 17 00:00:00 2001 From: MilkingChicken Date: Wed, 23 Aug 2017 23:44:49 +1000 Subject: Renegades (#30) Added Deadlift and nauts from Rocket Renegades. --- iconsList.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iconsList.lua') diff --git a/iconsList.lua b/iconsList.lua index 636b4cb..a3239b8 100644 --- a/iconsList.lua +++ b/iconsList.lua @@ -24,9 +24,9 @@ function createIconsList (sheetWidth, sheetHeight, iconWidth, keysList, avoidLis end function getNautsIconsList (avoidList) - local avoidList = avoidList or {32,33,34,35,36} + local avoidList = avoidList or {37,38,39,40,41,42} local keysList = require "config.nauts" - local iconsList, newKeysList = createIconsList(1148, 27, 28, keysList, avoidList) + local iconsList, newKeysList = createIconsList(1176, 27, 28, keysList, avoidList) return iconsList, newKeysList end -- cgit v1.1