Skip to content

Commit 972bb5a

Browse files
author
malfunctioning-ai
authored
No more limit on custom strike teams (#36949)
1 parent d339617 commit 972bb5a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

code/game/striketeams/striketeam_datums.dm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ var/list/sent_strike_teams = list()
6161
else
6262
mission = initial(mission)
6363

64-
if(sentStrikeTeams(striketeam_name) || (custom && sentStrikeTeams(TEAM_CUSTOM)))
65-
to_chat(user, "Looks like someone beat you to it.")
66-
qdel(src)
67-
return
68-
6964
if (custom)
7065
sent_strike_teams[TEAM_CUSTOM] = src
7166
else

0 commit comments

Comments
 (0)