mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
* "Is already...", "Can not...", "Not when..." etc.
This commit is contained in:
@@ -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>",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user