diff options
author | alex | 2018-11-16 01:01:29 +0000 |
---|---|---|
committer | alex | 2018-11-16 01:01:29 +0000 |
commit | 88d612e041691268d97ab1ae01a2c1d8c7db5fe7 (patch) | |
tree | 08771dac5db9d62a5def81e8fe76ade389b9eb24 /wat/db.go | |
parent | 7f72f6e3ecc3464ae943afc42510ab0ea9395e7b (diff) | |
download | watbot-88d612e041691268d97ab1ae01a2c1d8c7db5fe7.tar.gz watbot-88d612e041691268d97ab1ae01a2c1d8c7db5fe7.tar.bz2 watbot-88d612e041691268d97ab1ae01a2c1d8c7db5fe7.zip |
CanAct func, used in Riot and Lift
Diffstat (limited to 'wat/db.go')
-rw-r--r-- | wat/db.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ const ( Action_Mine ActionType = 1 Action_Rest ActionType = 2 Action_Lift ActionType = 3 + Action_Riot ActionType = 4 ) type ActionType int |