Brings back the aliens as they were when removed, minus huggers (until we can get a suitable replacement), for admins to use.

This commit is contained in:
Mechoid
2017-09-03 01:39:43 -07:00
parent 98287351a7
commit 5d390ca67b
33 changed files with 1937 additions and 1 deletions

View File

@@ -1146,6 +1146,16 @@
log_admin("[key_name(usr)] AIized [key_name(H)]")
H.AIize()
else if(href_list["makealien"])
if(!check_rights(R_SPAWN)) return
var/mob/living/carbon/human/H = locate(href_list["makealien"])
if(!istype(H))
usr << "This can only be used on instances of type /mob/living/carbon/human"
return
usr.client.cmd_admin_alienize(H)
else if(href_list["makeslime"])
if(!check_rights(R_SPAWN)) return