1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00

* implemented first aid kit including first aid secondary ability

This commit is contained in:
mateuszb
2010-03-07 17:40:33 +00:00
parent 85f463e479
commit ac7bc76b7b
7 changed files with 114 additions and 9 deletions

View File

@ -812,7 +812,7 @@ DLL_EXPORT void StartAction::applyGs( CGameState *gs )
case 8:
st->state.insert(WAITING);
return;
case 2: case 6: case 7: case 9: case 10: case 11:
case 0: case 2: case 6: case 7: case 9: case 10: case 11: case 12:
st->state.insert(MOVED);
break;
}