Macro refactoring.

Turns several of the is* procs into istype defines.
This commit is contained in:
PsiOmegaDelta
2015-09-16 12:57:14 +02:00
parent 75b424924e
commit 7ce27f76fd
14 changed files with 59 additions and 147 deletions
+1 -1
View File
@@ -1334,7 +1334,7 @@
src.owner << "You sent [input] to [L] via a secure channel."
log_admin("[src.owner] replied to [key_name(L)]'s Centcomm message with the message [input].")
message_admins("[src.owner] replied to [key_name(L)]'s Centcom message with: \"[input]\"")
if(!L.isMobAI())
if(!isAI(L))
L << "<span class='info'>You hear something crackle in your headset for a moment before a voice speaks.</span>"
L << "<span class='info'>Please stand by for a message from Central Command.</span>"
L << "<span class='info'>Message as follows.</span>"