Skip to content

Commit

Permalink
Update code/game/objects/items/stacks/flags.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 authored Jul 16, 2024
1 parent fb07767 commit 28069c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/stacks/flags.dm
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
human.emote("warcry")

user.show_speech_bubble("warcry")
if(allies_nearby > allies_required)
if(allies_nearby >= allies_required)
playsound(user, warcry_extra_sound, 40)
// Start a cooldown on the flag structure. This way we can keep track of the cooldown when the flag is hoisted and taken down.
COOLDOWN_START(planted_flag, warcry_cooldown_struc, 90 SECONDS)
Expand Down

0 comments on commit 28069c3

Please sign in to comment.