| 35 | #define MIN_START_STAT 3 |
| 36 | |
| 37 | static void _init_player() |
| 38 | { |
| 39 | you = player(); |
| 40 | dlua.callfn("dgn_clear_persistant_data", ""); |
| 41 | } |
| 42 | |
| 43 | // Make sure no stats are unacceptably low |
| 44 | // (currently possible only for GhBe - 1KB) |
no test coverage detected