From 20a7ec2e744f6321d8a414696e930d22b99d5c20 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sun, 19 Jun 2016 14:25:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=93=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications.txt | 2 +- Applications/RayWalk/RayWalk.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications.txt b/Applications.txt index 6ce10545..980bad9a 100644 --- a/Applications.txt +++ b/Applications.txt @@ -553,7 +553,7 @@ type="Application", icon="IgorTimofeev/OpenComputers/master/Applications/RayWalk/Icon.pic", createShortcut="desktop", - version=1.49, + version=1.50, resources={ { name="RayEngine.cfg", diff --git a/Applications/RayWalk/RayWalk.lua b/Applications/RayWalk/RayWalk.lua index 31a355f7..94432edc 100644 --- a/Applications/RayWalk/RayWalk.lua +++ b/Applications/RayWalk/RayWalk.lua @@ -97,7 +97,7 @@ while (true) do if ( e[1] ) then if e[1] == "touch" then if e[5] == 1 then - if not rayEngine.currentWeapon then rayEngine.place(3) end + if not rayEngine.currentWeapon then rayEngine.place(3, 0x3) end else if rayEngine.currentWeapon then rayEngine.fire() else rayEngine.destroy(3) end end