Merged revision(s) 2024 from branches/ja2_data_official_2014:

There is no reason why the IDs that boxers are reset to before they are reinitialised would ever need to be altered by a modder.


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2025 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2014-04-30 21:39:44 +00:00
parent 024519cabd
commit a861099ac3
+1 -5
View File
@@ -79,8 +79,6 @@ Facts = {
FACT_ALL_TERRORISTS_KILLED = 156,
}
local NOBODY = 254
History = {
HISTORY_ENTERED_HISTORY_MODE = 0,
HISTORY_HIRED_MERC_FROM_AIM = 1,
@@ -185,9 +183,7 @@ function HandleQuestCodeOnSectorEntry( sNewSectorX, sNewSectorY, bNewSectorZ )
end
if ( sNewSectorX == 5 and sNewSectorY == SectorY.MAP_ROW_D ) then
gubBoxerID( 0, NOBODY )
gubBoxerID( 1, NOBODY )
gubBoxerID( 2, NOBODY )
ResetBoxers()
end
if ( sNewSectorX == 3 and sNewSectorY == SectorY.MAP_ROW_P ) then