Merge pull request #12904 from Arvenius169/MaxcapSpelling

Maxcap Devastation Range Spelling Fix
This commit is contained in:
Fox McCloud
2020-02-24 19:40:27 -05:00
committed by GitHub
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -785,7 +785,7 @@
if(BombCap > 128)
BombCap = 128
MAX_EX_DEVESTATION_RANGE = round(BombCap/4)
MAX_EX_DEVASTATION_RANGE = round(BombCap/4)
MAX_EX_HEAVY_RANGE = round(BombCap/2)
MAX_EX_LIGHT_RANGE = BombCap
MAX_EX_FLASH_RANGE = BombCap