Skip to content

Commit

Permalink
hardcode long range radar to 20u
Browse files Browse the repository at this point in the history
it can no longer be set when starting a scenario
  • Loading branch information
czenker committed Aug 3, 2020
1 parent 5d5cedb commit c717ecb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 01_krepios/world/player.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ My.EventHandler:register("onWorldCreation", function()
player:setWeaponStorageMax("nuke", 0)
player:setWeaponStorageMax("emp", 0)
player:setMaxScanProbeCount(4)
player:setShortRangeRadarRange(5000)
player:setLongRangeRadarRange(20000)

My.Upgrades.speed1:install(player)
My.Upgrades.rotation1:install(player)
Expand Down

0 comments on commit c717ecb

Please sign in to comment.