summaryrefslogtreecommitdiff
path: root/src/decblupi.cxx
diff options
context:
space:
mode:
authorMathieu Schroeter <mathieu@schroetersa.ch>2021-01-14 22:59:32 +0100
committerMathieu Schroeter <mathieu@schroetersa.ch>2021-01-14 22:59:32 +0100
commit3f63af434ece2c875437a187306283d6ab4dd3f8 (patch)
treeea8716531929a76185c3c0e647b0dc6d20f05adc /src/decblupi.cxx
parentda3caa9e6cf82e3ccdbdf1170e1df4e6fdd522f7 (diff)
Add missing trap'bomb with the carry action fix
See https://github.com/blupi-games/planetblupi/issues/20
Diffstat (limited to 'src/decblupi.cxx')
-rw-r--r--src/decblupi.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/decblupi.cxx b/src/decblupi.cxx
index 94fb19f..6f7eb9b 100644
--- a/src/decblupi.cxx
+++ b/src/decblupi.cxx
@@ -2508,9 +2508,10 @@ CDecor::BlupiNextAction (Sint32 rank)
{
switch (icon)
{
- case 96: // spider in trap
- case 97: // track in trap
- case 98: // robot in trap
+ case 96: // spider in trap
+ case 97: // track in trap
+ case 98: // robot in trap
+ case 114: // bomb in trap
BlupiInitAction (rank, ACTION_STOP);
GoalStop (rank, true);
return false;