Fixes missing bracket in domi spawner message (#1234)

This commit is contained in:
CitadelStationBot
2017-05-27 15:32:11 -05:00
committed by kevinz000
parent d900d20119
commit 7b820cf7ca
+1 -1
View File
@@ -422,7 +422,7 @@
return FALSE
if(dominator_excessive_walls(user))
to_chat(user, "span class='warning'>The <b>dominator</b> will not function here! The <b>dominator</b> requires a sizable open space within three standard units so that walls do not interfere with the signal.</span>")
to_chat(user, "<span class='warning'>The <b>dominator</b> will not function here! The <b>dominator</b> requires a sizable open space within three standard units so that walls do not interfere with the signal.</span>")
return FALSE
if(!(usrarea.type in gang.territory|gang.territory_new))