From c7e2edd031bfc36bc4529677c46e885ef2ea1454 Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Thu, 27 Oct 2022 18:52:13 +0200 Subject: [PATCH] - [WIP] all game switches --- switches.lua | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/switches.lua b/switches.lua index 21835c0..ebd0936 100644 --- a/switches.lua +++ b/switches.lua @@ -3,9 +3,17 @@ switches={ wait=0, current_list=nil, current_index=-1, + [11]={[21]={11, 57,45}}, + [35]={[14]={32, 50,38,26,53,41,29}}, + [53]={[14]={72, 42,30}}, + [61]={[14]={54, 54,42}}, + [76]={[19]={77, 50,38,26}, + [22]={57, 53,41}}, + [80]={[18]={36, 56,44}}, + [39]={[27]={27, 62,63}} } -switches[11]={} -switches[11][21]={11, 57,45} +--switches[11]={[21]={11, 57,45}} +--switches[11][21]={11, 57,45} function switches.start(hab,tile) if switches.cooldown>0 then return end