Merge pull request #7343 from SamHPurp/Fixes-superfluous-bracket

Fixes a superfluous bracket
This commit is contained in:
Fox McCloud
2017-05-19 00:08:54 -04:00
committed by GitHub
+1 -1
View File
@@ -207,7 +207,7 @@
if(isturf(placed_in))
to_chat(H, "<span class='notice'>Placing \the [G] on [placed_in]!</span>")
else
to_chat(H, "<span class='noticed'>Placing \the [G] in [placed_in.name]]")
to_chat(H, "<span class='noticed'>Placing \the [G] in [placed_in.name]")
continue
if(H.equip_to_appropriate_slot(G))
to_chat(H, "<span class='notice'>Placing \the [G] in your inventory!</span>")