Skip to content

Commit

Permalink
Merge pull request #41 from Cegaiel/May_4_2012
Browse files Browse the repository at this point in the history
May 4 2012
  • Loading branch information
Vaevictusnet committed May 4, 2012
2 parents f110dac + 6dca1ec commit 8ea04b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion VeggieTales/luaScripts/Fishing.lua
Expand Up @@ -279,7 +279,8 @@ function ChatReadFish()
end

if string.len(Sfish) < 1 then
error("Unknown Fish! This fish name and .png file may need to be added to Fishing_Func.inc, under the CL_Fish array.");
-- This fish name and fishname.png file likely needs to be added to Fishing_Func.inc, under the CL_Fish array and the .png added to /Images/Fishing folder
error("Unknown Fish! PLEASE, Take screenshot (Alt+C) of main chat tab, share with Talescripts team!");
end

--Find Size
Expand Down
1 change: 1 addition & 0 deletions VeggieTales/luaScripts/Fishing_Func.inc
Expand Up @@ -93,6 +93,7 @@ CL_Fish = {
"Chatlog_Fish_Chromis.png",
"Chatlog_Fish_FlyingFish.png",
"Chatlog_Fish_HornedPigfish.png",
"Chatlog_Fish_HylianLoach.png",
"Chatlog_Fish_Kingfish.png",
"Chatlog_Fish_LimaChub.png",
"Chatlog_Fish_Malapterurus.png",
Expand Down

0 comments on commit 8ea04b5

Please sign in to comment.