more changes.ccell added

This commit is contained in:
Zeno Rogue
2020-03-07 04:47:10 +01:00
parent 806a224f91
commit 103a3a3411
4 changed files with 25 additions and 4 deletions
+1
View File
@@ -848,6 +848,7 @@ EX array<cell*, 5> traplimits(cell *c) {
EX void activateArrowTrap(cell *c) {
if(c->wall == waArrowTrap && c->wparam == 0) {
changes.ccell(c);
playSound(c, "click");
c->wparam = shmup::on ? 2 : 1;
forCellEx(c2, c) activateArrowTrap(c2);