Skip to content

Commit

Permalink
Disabled Manta
Browse files Browse the repository at this point in the history
  • Loading branch information
pali6 committed Dec 26, 2021
1 parent 4dab27c commit 8ea4eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/map.dm
Expand Up @@ -34,7 +34,7 @@ var/global/list/mapNames = list(
"Icarus" = list("id" = "ICARUS", "settings" = "icarus", "playerPickable" = ASS_JAM),
//"Density" = list("id" = "DENSITY", "settings" = "density", "playerPickable" = ASS_JAM, "MaxPlayersAllowed" = 30),
"Atlas" = list("id" = "ATLAS", "settings" = "atlas", "playerPickable" = 1, "MaxPlayersAllowed" = 30),
"Manta" = list("id" = "MANTA", "settings" = "manta", "playerPickable" = 1, "MaxPlayersAllowed" = 80),
"Manta" = list("id" = "MANTA", "settings" = "manta", "playerPickable" = 0, "MaxPlayersAllowed" = 80),
"Wrestlemap" = list("id" = "WRESTLEMAP", "settings" = "wrestlemap", "playerPickable" = ASS_JAM),
"pod_wars" = list("id" = "POD_WARS", "settings" = "pod_wars", "playerPickable" = 0),
"blank" = list("id" = "BLANK", "settings" = "", "playerPickable" = 0),
Expand Down

1 comment on commit 8ea4eb0

@Cartlord
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...Can I ask why?

Please sign in to comment.