Skip to content

Commit 888b417

Browse files
committed
Fix collectable lock not turning back on
Update Version number
1 parent ccf4867 commit 888b417

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

collectable.lua

+2
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ end
113113
function collectablelock:removecheck()
114114
if self.on and collectablescount[self.t] < self.count then
115115
self:out("off")
116+
self.on = false
117+
self.initial = true
116118
end
117119
end
118120

main.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ if debugconsole then debuginputon = true; debuginput = "print()"; print("DEBUG O
5555
local debugGraph,fpsGraph,memGraph,drawGraph
5656
local debugGraphs = false
5757

58-
VERSION = 13.0124
59-
VERSIONSTRING = "13.1 (2/6/23)"
58+
VERSION = 13.1
59+
VERSIONSTRING = "13.1 (2/10/23)"
6060

6161
android = (love.system.getOS() == "Android" or love.system.getOS() == "iOS") --[DROID]
6262
androidtest = false--testing android on pc

0 commit comments

Comments
 (0)