Holodeck Modification

This commit is contained in:
skull132
2014-12-08 21:34:55 +02:00
parent a229fcc532
commit bb0de5f5f8
2 changed files with 23 additions and 13 deletions
+7 -1
View File
@@ -295,7 +295,6 @@
if("larva") M.change_mob_type( /mob/living/carbon/alien/larva , null, null, delmob )
if("human") M.change_mob_type( /mob/living/carbon/human , null, null, delmob )
if("slime") M.change_mob_type( /mob/living/carbon/slime , null, null, delmob )
if("adultslime") M.change_mob_type( /mob/living/carbon/slime/adult , null, null, delmob )
if("monkey") M.change_mob_type( /mob/living/carbon/monkey , null, null, delmob )
if("robot") M.change_mob_type( /mob/living/silicon/robot , null, null, delmob )
if("cat") M.change_mob_type( /mob/living/simple_animal/cat , null, null, delmob )
@@ -2794,3 +2793,10 @@
message_admins("[key_name_admin(usr)] winded [key_name_admin(M)]!", 1)
message_mods("[key_name_admin(usr)] winded [key_name_admin(M)]!")
return
if(href_list["toggle_holodeck_safety"])
var/obj/machinery/computer/HolodeckControl/A = locate(href_list["toggle_holodeck_safety"])
A.emagged = 0
usr << "Holodeck safeties reset."
message_admins("Holdeck reset.")
return