| AU Module Pistachio - Police managment module |
| This module handles any assassins who are police, and deals with their ranks. FIXME: does this handle targetting? |
| This module has the following properties which cna be set in the config file |
| default-rank |
| The default rank name, which the vast majority of the police force will have. The default is "Constable" |
| default-num-rank |
| The numerical representation of the above rank, which you define other ranks relative to. The default is "0" |
| This module exports the following properties for an assassin |
| numrank |
| The numeric rank of the player, eg "0" |
| rank |
| The textual rank of the player, eg "Constable" |
| police |
| true if the player is police, false otherwise. |