Mercurial > mm7
diff Player.h @ 201:30aa44013f7a
On Items
author | Nomad |
---|---|
date | Sun, 17 Feb 2013 00:16:48 +0200 |
parents | e6e348d66a75 |
children | a69fc44061d5 |
line wrap: on
line diff
--- a/Player.h Sat Feb 16 22:35:58 2013 +0200 +++ b/Player.h Sun Feb 17 00:16:48 2013 +0200 @@ -24,14 +24,14 @@ SPEECH_11 = 11, SPEECH_12 = 12, SPEECH_14 = 14, - SPEECH_15 = 15, + SPEECH_NoRoom = 15, // when placing to inventory SPEECH_16 = 16, SPEECH_17 = 17, SPEECH_18 = 18, SPEECH_19 = 19, SPEECH_20 = 20, SPEECH_21 = 21, - SPEECH_GoodDay = 22, + SPEECH_GoodDay = 22, // greets on dialogue start SPEECH_GoodEvening = 23, SPEECH_24 = 24, SPEECH_25 = 25, @@ -215,6 +215,8 @@ PLAYER_SKILL_STEALING = 34, PLAYER_SKILL_ALCHEMY = 35, PLAYER_SKILL_LEARNING = 36, + + PLAYER_SKILL_INVALID = -1 }; /* 329 */