[MIRROR] some istype to macros (#9802)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-05 23:01:49 +01:00
committed by GitHub
co-authored by Kashargul
parent 73486c399b
commit ed79946ade
409 changed files with 750 additions and 751 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ var/global/floorIsLava = 0
body += " played by <b>[M.client]</b> "
body += "\[<A href='byond://?src=\ref[src];[HrefToken()];editrights=show'>[M.client.holder ? M.client.holder.rank : "Player"]</A>\]"
if(istype(M, /mob/new_player))
if(isnewplayer(M))
body += " <B>Hasn't Entered Game</B> "
else
body += " \[<A href='byond://?src=\ref[src];[HrefToken()];revive=\ref[M]'>Heal</A>\] "
@@ -102,7 +102,7 @@ var/global/floorIsLava = 0
"}
if (M.client)
if(!istype(M, /mob/new_player))
if(!isnewplayer(M))
body += "<br><br>"
body += span_bold("Transformation:")
body += "<br>"