mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-12 17:32:30 -04:00
github publish
This commit is contained in:
commit
506e23bf32
542 changed files with 120675 additions and 0 deletions
16
GAME/extras.h
Normal file
16
GAME/extras.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#define EX_RANDOM_BACKFIRES 1 //hotovo
|
||||
#define EX_RESPAWN_MONSTERS 2 //hotovo
|
||||
#define EX_ALTERNATEFIGHT 4 //hotovo
|
||||
#define EX_RECOVER_DESTROYED_ITEMS 8 //hotovo
|
||||
#define EX_MULTIPLE_ITEMS_IN_CURSOR 16 //zruseno
|
||||
#define EX_BAG_EXTENDED 32 //hotovo
|
||||
#define EX_SHIELD_BLOCKING 64 //hotovo
|
||||
#define EX_FAST_TRADE 128 //hotovo
|
||||
#define EX_ALWAYS_MINIMAP 256 //hotovo
|
||||
#define EX_GROUP_FLEE 512
|
||||
#define EX_NOHUNGRY 1024
|
||||
#define EX_AUTOOPENBOOK 2048
|
||||
#define EX_AUTOSHOWRUNE 4096
|
||||
#define EX_WALKDIAGONAL 8192
|
||||
|
||||
extern int game_extras;
|
Loading…
Add table
Add a link
Reference in a new issue