Steve Cotton 884fa9ca6f Fix units that should have zero max mp being given one mp
Corrects a cut & paste typo in 66a282a96be288a284d12a71625868cee5b2dc6b.
2021-03-28 17:40:07 +02:00
..
2018-03-09 11:22:00 +11:00
2018-10-27 20:40:03 +00:00

This directory contains both the scenarios used by C++ unit tests and those which are
WML unit tests.

For the C++ unit tests, it is recommended to reuse the same scenario file as much as possible
and just inject WML into it.
Injection can be done by adding a config object containing event code and then registering that
manually for game_events.

WML unit tests are self-contained scenario files to test a specific area of WML. They can be
implemented with the GENERIC_UNIT_TEST macro.