Skip to content

Commit 46e8ba4

Browse files
committed
Merge pull request #284 from shacknetisp/botsattackbomb
"Bots attack bomb" control message
2 parents 660fe48 + 4659c50 commit 46e8ba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/ai.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,7 @@ namespace ai
18581858
break;
18591859
}
18601860
}
1861-
else if(!strcasecmp(w[pos], "ball"))
1861+
else if(!strcasecmp(w[pos], "ball") || !strcasecmp(w[pos], "bomb"))
18621862
{
18631863
loopv(bomber::st.flags) if(isbomberaffinity(bomber::st.flags[i]))
18641864
{

0 commit comments

Comments
 (0)