Skip to content

Commit

Permalink
Merge pull request Civ13#2486 from Terra1/patch-1
Browse files Browse the repository at this point in the history
TwoTribes spawning hotfix
  • Loading branch information
savethetreez authored Nov 4, 2023
2 parents 27d3572 + d68955a commit 7a58722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/mob/new_player/new_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ var/global/redirect_all_players = null
WWalert(usr,"There is an administrative lock on entering the game!", "Error")
return

if (map && map.has_occupied_base(job_flag) && map.ID != MAP_WACO && map.ID != MAP_CAPITOL_HILL && map.ID != MAP_CAMP && map.ID != MAP_HILL_203 && map.ID != MAP_CALOOCAN && map.ID != MAP_YELTSIN && map.ID != MAP_HOTEL && map.ID != MAP_OASIS && map.ID != MAP_SYRIA && map.ID != MAP_BANK_ROBBERY && map.ID != MAP_DRUG_BUST && map.ID != MAP_GROZNY && map.ID != MAP_SIBERIAD)
if (map && map.has_occupied_base(job_flag) && map.ID != MAP_WACO && map.ID != MAP_CAPITOL_HILL && map.ID != MAP_CAMP && map.ID != MAP_HILL_203 && map.ID != MAP_CALOOCAN && map.ID != MAP_YELTSIN && map.ID != MAP_HOTEL && map.ID != MAP_OASIS && map.ID != MAP_SYRIA && map.ID != MAP_BANK_ROBBERY && map.ID != MAP_DRUG_BUST && map.ID != MAP_GROZNY && map.ID != MAP_SIBERIAD && map.ID != MAP_TWOTRIBES)
WWalert(usr,"The enemy is currently occupying your base! You can't be deployed right now.", "Error")
return

Expand Down

0 comments on commit 7a58722

Please sign in to comment.