Angband.oook.cz
Angband.oook.cz
AboutVariantsLadderForumCompetitionComicScreenshotsFunniesLinks

Go Back   Angband Forums > Angband > Vanilla

Reply
 
Thread Tools Display Modes
Old August 31, 2008, 11:04   #1
Irashtar
Scout
 
Join Date: Oct 2007
Location: Estonia
Posts: 37
Irashtar is on a distinguished road
[Dev] I've located the cause of this major bug with fear.

From http://angband.rogueforge.net/trac/changeset/899

Code:
trunk/src/xtra3.c
r898 	r899 	 
651	651	        { TMD_CONFUSED,  S("Confused"),   TERM_ORANGE }, 
652	652	        { TMD_AFRAID,    S("Afraid"),     TERM_ORANGE }, 
 	653	        { TMD_AFRAID,    S("Terror"),     TERM_ORANGE }, 
653	654	        { TMD_IMAGE,     S("Halluc"),     TERM_ORANGE }, 
654	655	        { TMD_POISONED,  S("Poisoned"),   TERM_ORANGE }, 
…	…	 
658	659	        { TMD_HERO,      S("Hero"),       TERM_L_GREEN }, 
659	660	        { TMD_SHERO,     S("Berserk"),    TERM_L_GREEN }, 
 	661	        { TMD_STONESKIN, S("Stone"),      TERM_L_GREEN }, 
660	662	        { TMD_SHIELD,    S("Shield"),     TERM_L_GREEN }, 
661	663	        { TMD_BLESSED,   S("Blssd"),      TERM_L_GREEN },
Check out line 653. Changing that to TMD_TERROR might fix some problems. I don't know if that'd the only error, so I'll leave it to those who know, but don't take too long. ^_^
Irashtar is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fear!!!! slashme Vanilla 22 January 8, 2009 08:14
Merge in 3.0.9e changes with dev. Irashtar Vanilla 22 September 18, 2008 19:01
[Dev] major Fear bug. Irashtar Vanilla 1 August 31, 2008 03:03
[FA] Not dead but big fear chris28 AAR 9 June 29, 2008 17:09
Ironband dev question Antoine Variants 1 January 11, 2008 05:10


All times are GMT +1. The time now is 01:19.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.