Fixes flags anchoring themselves wrong way

This commit is contained in:
Heroman3003
2019-04-08 10:34:21 +10:00
parent 70628015e5
commit b240e8d60d

View File

@@ -211,7 +211,7 @@
var/obj/item/stack/flag/newflag = new src.type(T)
newflag.amount = 1
newflag.upright = 1
anchored = 1
newflag.anchored = 1
newflag.name = newflag.singular_name
newflag.icon_state = "[newflag.base_state]_open"
newflag.visible_message("<b>[user]</b> plants [newflag] firmly in the ground.")