Merge branch 'admin-additions' of https://github.com/dearmochi/Paradise into admin-additions

This commit is contained in:
mochi
2020-08-10 09:31:56 +02:00
+1 -1
View File
@@ -1576,7 +1576,7 @@
if(!check_rights(R_SPAWN)) return
var/mob/M = locateUID(href_list["makeanimal"])
if(istype(M, /mob/new_player))
if(isnewplayer(M))
to_chat(usr, "<span class='warning'>This cannot be used on instances of type /mob/new_player</span>")
return
if(alert(usr, "Confirm make animal?",, "Yes", "No") != "Yes")