Skip to content

Commit

Permalink
Fixes stack of flags anchoring after placing one down
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicacrov committed Jan 9, 2024
1 parent 472ee78 commit 73fa713
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 @@ -71,7 +71,7 @@
var/obj/item/stack/flag/newflag = new src.type(T)
newflag.amount = 1
newflag.upright = TRUE
anchored = TRUE
newflag.anchored = TRUE
newflag.name = newflag.singular_name
newflag.icon_state = "[newflag.base_state]_open"
newflag.visible_message("<b>[user]</b> plants [newflag] firmly in the ground.")
Expand Down

0 comments on commit 73fa713

Please sign in to comment.