Skip to content

Commit

Permalink
last flag touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
VileBeggar committed Jun 17, 2024
1 parent b1d6985 commit a3737e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/items/stacks/flags.dm
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
name = "plantable flag"
desc = "A flag of something. This one looks ready to be planted into the ground."
w_class = SIZE_LARGE
throw_range = 2
icon = 'icons/obj/structures/plantable_flag.dmi'
inhand_x_dimension = 64
inhand_y_dimension = 64
Expand Down Expand Up @@ -168,7 +169,7 @@
if (human.faction != faction)
continue
allies_nearby++
if (prob(33) && human != user)
if (prob(40) && human != user)
human.emote("warcry")

user.show_speech_bubble("warcry")
Expand Down

0 comments on commit a3737e6

Please sign in to comment.