* "Is already...", "Can not...", "Not when..." etc.

This commit is contained in:
kingofkosmos
2019-06-27 06:15:43 +03:00
parent ebf787a97a
commit ec5c82029a
43 changed files with 134 additions and 136 deletions
@@ -786,9 +786,9 @@
/obj/item/melee/ghost_sword/attack_self(mob/user)
if(summon_cooldown > world.time)
to_chat(user, "You just recently called out for aid. You don't want to annoy the spirits.")
to_chat(user, "<span class='warning'>You just recently called out for aid. You don't want to annoy the spirits!</span>")
return
to_chat(user, "You call out for aid, attempting to summon spirits to your side.")
to_chat(user, "<span class='notice'>You call out for aid, attempting to summon spirits to your side.</span>")
notify_ghosts("[user] is raising [user.p_their()] [src], calling for your help!",
enter_link="<a href=?src=[REF(src)];orbit=1>(Click to help)</a>",
+1 -1
View File
@@ -34,7 +34,7 @@
if(.)
return
if(obj_flags & IN_USE)
to_chat(user, "It's already in use - wait a bit.")
to_chat(user, "<span class='warning'>It's already in use - wait a bit!</span>")
return
else
obj_flags |= IN_USE