| 1032 | #ifndef SFCTOOL |
| 1033 | |
| 1034 | void |
| 1035 | trickery(char *reason) |
| 1036 | { |
| 1037 | pline("Strange, this map is not as I remember it."); |
| 1038 | pline("Somebody is trying some trickery here..."); |
| 1039 | pline("This game is void."); |
| 1040 | Strcpy(svk.killer.name, reason ? reason : ""); |
| 1041 | done(TRICKED); |
| 1042 | } |
| 1043 | #endif /* !SFCTOOL */ |
| 1044 | |
| 1045 | void |