Change the kind of non-copper walls to inert

This commit is contained in:
Juliana Sims 2024-05-24 12:00:17 -04:00
parent c4b308232f
commit 51bc034756
No known key found for this signature in database
GPG key ID: 2A00BD4B0090029E
5 changed files with 42 additions and 47 deletions

View file

@ -66,7 +66,7 @@
(y (bytevector-u8-ref objects (+ i 1)))
(id (bytevector-u8-ref objects (+ i 2)))
(obj (match id
(1 (spawn ^wall x y 'brick))
(1 (spawn ^wall x y 'inert))
(2 (spawn ^wall x y 'copper))
(3 (spawn ^player x y))
(4 (spawn ^exit x y))