mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Changed the mode 1 of NPC combat control mod
* now requires sfall debugging mode to control all critters.
This commit is contained in:
Binary file not shown.
@@ -178,7 +178,10 @@ procedure start begin
|
||||
if (controlMode >= 3) then begin
|
||||
if (controlMode == 3) then metarule3(999, 0, 0, 0); // enable feature: order party members to attack a specified target
|
||||
controlMode := 0;
|
||||
end else if (controlMode == 1 and GetIniConfig("Debugging", "Enable", 0, "ddraw.ini") == 0) then begin
|
||||
controlMode := 2;
|
||||
end
|
||||
|
||||
if (controlMode > 0) then begin
|
||||
displayName := GetConfig("CombatControl", "DisplayName", 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user