Merge pull request #4948 from Heroman3003/unflaggening

Fixes flags anchoring themselves wrong way
This commit is contained in:
Novacat
2019-04-07 20:44:56 -04:00
committed by GitHub
+1 -1
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.")