Made PvP a selectable mode

This commit is contained in:
Anuken
2018-10-13 10:50:22 -04:00
parent 6f87611d67
commit ae6a5b2512
2 changed files with 2 additions and 1 deletions

View File

@@ -423,6 +423,8 @@ mode.sandbox.description=infinite resources and no timer for waves.
mode.custom.warning=Note that blocks unlocked in custom games are not carried over to sectors.\n\n[LIGHT_GRAY]In sandbox, only blocks unlocked with sector play can be used.
mode.freebuild.name=freebuild
mode.freebuild.description=limited resources and no timer for waves.
mode.pvp.name=PvP
mode.pvp.description=fight against other players locally.
content.item.name=Items
content.liquid.name=Liquids

View File

@@ -28,7 +28,6 @@ public enum GameMode{
showPads = true;
disableWaves = true;
isPvp = true;
hidden = true;
enemyCoreBuildRadius = 600f;
respawnTime = 60 * 10;
}};