You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
simalq.geometry [Pos Direction at burst dist dir-to ray]
15
15
simalq.tile [Tile Actor PosHooked EachTurner Damageable annihilate]
16
16
simalq.game-state [G])
@@ -589,6 +589,29 @@
589
589
590
590
:flavor "An immobile switch that toggles phasing walls. Tris's expertise in target shooting allows her to trigger one of these with a single arrow.")
591
591
592
+
593
+
(deftile "X█""an explosive wall" Wallish
594
+
:color #('pale-orange None)
595
+
:color-bg #('black None)
596
+
:iq-ix 207 ; exploding wall
597
+
598
+
:$damage 3
599
+
600
+
:hook-player-bump (meth [origin]
601
+
(doc f"Explodes in a 3-by-3 burst of fire, doing {@damage} damage to monsters (butnot harming you) and setting off any other explosive walls in the area.")
0 commit comments