Added admin commands to make people superheros

This commit is contained in:
ZomgPonies
2015-05-06 02:33:58 -04:00
parent 054cb6e843
commit 2beaae7734
4 changed files with 44 additions and 0 deletions
+10
View File
@@ -1397,6 +1397,16 @@
usr.client.cmd_admin_slimeize(H)
else if(href_list["makeslime"])
if(!check_rights(R_SPAWN)) return
var/mob/living/carbon/human/H = locate(href_list["makesuper"])
if(!istype(H))
usr << "This can only be used on instances of type /mob/living/carbon/human"
return
usr.client.cmd_admin_super(H)
else if(href_list["makerobot"])
if(!check_rights(R_SPAWN)) return