-
Notifications
You must be signed in to change notification settings - Fork 166
SpyResultType
HungryForFood edited this page Feb 2, 2021
·
1 revision
The SpyResultType pseudo-type is actually a regular integer. Pseudo-types do not exist in Lua, they only serve a documentation purpose on the wiki.
Value | Type | Description |
---|---|---|
0 | SPY_RESULT_UNDETECTED | Spy was not detected. |
1 | SPY_RESULT_DETECTED | A spy was detected in the city, but the defensive player can't tell which player. |
2 | SPY_RESULT_IDENTIFIED | A spy was detected and identified in the city. |
3 | SPY_RESULT_KILLED | A spy was detected, identified, and killed in the city. |
4 | SPY_RESULT_ELIMINATED | A spy was detected, identified, and killed in the city, in such an embarrassing way that another spy won't be recruited. |