mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
Merged from revision: 7579
Externalized (by Buggler): - Kingpin's faction sector and roaming gridno around tony shop if they become hostile - Queen's alternate grid no if basement sector is cleared - Doreen's kids sector that is being freed - Single sector towns does not give global loyalty bonus instead of previously hardcoded Tixa and Orta sector - Enemy investigation town sectors if current loaded sector is player-controlled - Associated town sectors to mine when mine runs out git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7580 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2026,6 +2026,7 @@ typedef struct
|
||||
UINT8 ubPornShopTonySectorX;
|
||||
UINT8 ubPornShopTonySectorY;
|
||||
UINT8 ubPornShopTonySectorZ;
|
||||
INT32 iPornShopEntranceGridNo;
|
||||
|
||||
// Kyle Lemmons Leather Shop Deed Quest
|
||||
INT32 iKyleMoneyGridNo;
|
||||
@@ -2084,6 +2085,11 @@ typedef struct
|
||||
//[Balime]
|
||||
|
||||
//[Meduna]
|
||||
//Queen's new gridno instead of the map pre-placed gridno if basement sector is cleared
|
||||
UINT8 ubQueenBasementSectorX;
|
||||
UINT8 ubQueenBasementSectorY;
|
||||
UINT8 ubQueenBasementSectorZ;
|
||||
INT32 iQueenAlternateGridNo;
|
||||
|
||||
//[Chitzena]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user