Fix fishing messages so when actual fish are caught, name is in message.

This commit is contained in:
Paul Coene
2016-11-27 16:43:43 -05:00
parent 95efc3a66c
commit 246f770e8f
2 changed files with 14 additions and 1 deletions
+1
View File
@@ -46,6 +46,7 @@
#define FISHING_FAILED 168 //You didn't catch anything.
#define FISHING_POLE_BROKE 169 //Your fishing pole broke!
#define FISHING_SUCCESS 170 //You caught, something...
#define FISHING_SUCCESS_FISH_NAME 421 //You caught %1!
#define FISHING_SPILL_BEER 171 //You spill your beer while bringing in your line.
#define FISHING_LOST_BAIT 172 //You lost your bait!
#define SPELL_FIZZLE 173 //Your spell fizzles!