Port Flag Fix

Seems that there was an issue with these that was never noticed, so porting https://github.com/VOREStation/VOREStation/pull/4948 over.
This commit is contained in:
TheFurryFeline
2019-04-07 21:48:32 -04:00
committed by GitHub
parent c9f587898a
commit 05f5bf7743
+1 -1
View File
@@ -217,7 +217,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.")