1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Add missing trap'bomb with the carry action fix

See https://github.com/blupi-games/planetblupi/issues/20
This commit is contained in:
Mathieu Schroeter 2021-01-14 22:59:32 +01:00
parent da3caa9e6c
commit 3f63af434e
No known key found for this signature in database
GPG Key ID: 8B9145A5FA9DA8A8

View File

@ -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;