This commit is contained in:
Sishen
2019-12-06 06:38:48 -07:00
parent a105f55e38
commit 8da7d1a021
3 changed files with 2 additions and 2 deletions
@@ -146,6 +146,6 @@
/datum/clockwork_scripture/create_object/summon_arbiter/check_special_requirements()
if(GLOB.neovgre_exists)
to_chat(invoker, "<span class='brass'>\"You've already got one...\"</span>")
to_chat(invoker, "<span class='brass'>\"Only one of my weapons may exist in this temporal stream!\"</span>")
return FALSE
return ..()