Home » PLAYER'S HQ 1.13 » JA2 Complete Mods & Sequels » Stracciatella Project (Platform Independent JA2) » [Fix < r7070] Darren's wrong quote
[Fix < r7070] Darren's wrong quote[message #257673] Tue, 27 July 2010 20:00 Go to next message
mgl is currently offline mgl

 
Messages:255
Registered:December 2007
Location: France
Darren, the boxing club manager, says a wrong quote when you want to fight and already know Kingpin.
The comment in the code about the quotes is right, but the code itself is wrong.

This is the fix:
Index: Build/TacticalAI/NPC.cc
===================================================================
--- Build/TacticalAI/NPC.cc	(revision 7063)
+++ Build/TacticalAI/NPC.cc	(working copy)
@@ -851,7 +851,7 @@
 							{
 								UINT8 const room = GetRoom(kingpin->sGridNo);
 								// first boxer, bring kingpin over
-								if (IN_KINGPIN_HOUSE(room)) id = 17;
+								if (IN_KINGPIN_HOUSE(room)) id = 18;
 							}
 
 							return UseQuote(pNPCQuoteInfoArray, ppResultQuoteInfo, pubQuoteNum, id)

Report message to a moderator

Master Sergeant
Re: [Fix] Darren's wrong quote[message #257848] Thu, 29 July 2010 09:34 Go to previous message
Tron

 
Messages:225
Registered:August 2007
Location: Germany
Corrected in r7070, thanks.

Report message to a moderator

Sergeant 1st Class
Previous Topic: [Fix < r7069] Cambria mine garrison: 15% elites + 90% regulars
Next Topic: Mini grenades range
Goto Forum:
  


Current Time: Thu May 14 07:26:38 GMT+3 2026

Total time taken to generate the page: 0.00418 seconds