Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed Dec 24, 2013
1 parent 02acadb commit bdfbe4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemrb/GUIScripts/ie_spells.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
SP_IDENTIFY = 1 # any spell that cannot be cast from the menu
SP_SILENCE = 2 # any spell that can be cast in silence
SP_SURGE = 4 # any spell that cannot be cast during a wild surge
SP_REST = 8 # any spell that is cast upon rest if memorized
1 change: 1 addition & 0 deletions gemrb/core/Interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ struct SpellDescType {
#define SP_IDENTIFY 1 //any spell that cannot be cast from the menu
#define SP_SILENCE 2 //any spell that can be cast in silence
#define SP_SURGE 4 //any spell that cannot be cast during a wild surge
#define SP_REST 8 //any spell that is cast upon rest if memorized

struct SurgeSpell {
ieResRef spell;
Expand Down

0 comments on commit bdfbe4b

Please sign in to comment.