Use global difficulty.
This commit is contained in:
committed by
abcdefg30
parent
58b105f0d4
commit
d42edfc0b9
@@ -28,7 +28,7 @@ GuardTanks = { Heavy1, Heavy2, Heavy3 }
|
||||
CheckpointGuards = { USSRCheckpointGuard1, USSRCheckpointGuard2 }
|
||||
CheckpointGuardWaypoints = { CheckpointGuardWaypoint1, CheckpointGuardWaypoint2 }
|
||||
|
||||
if Map.LobbyOption("difficulty") == "easy" then
|
||||
if Difficulty == "easy" then
|
||||
TanyaType = "e7"
|
||||
else
|
||||
TanyaType = "e7.noautotarget"
|
||||
|
||||
Reference in New Issue
Block a user