tiny bugfixes - I think this is the release version!
This commit is contained in:
parent
14bd76edcc
commit
ff7d71b626
BIN
NeutTower.dsk
BIN
NeutTower.dsk
Binary file not shown.
|
@ -157,7 +157,7 @@
|
|||
controlstate.libb :controlstate :bset
|
||||
:move-to-responder
|
||||
controlstate.neut :controlstate :bset
|
||||
(say :neut "NO SWEAT.")]
|
||||
(say :libb "NO SWEAT.")]
|
||||
[:else])
|
||||
] [:drop]))
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
mx (+ (% (- ibyte 1) 20) 1)
|
||||
my (- 12 (math.floor (/ (- ibyte 1) 20)))]
|
||||
(when (. tilelist itile :flags :debris)
|
||||
(print mx my itile)
|
||||
(table.insert furniture-yx (encode-yx {:x mx :y my})))))
|
||||
(vm.code:append :furniture-yx)
|
||||
(for [_ 1 10]
|
||||
|
|
Loading…
Reference in a new issue