Removes the spacevine-attack code

This commit is contained in:
supersayu
2013-07-18 23:22:32 -04:00
parent 78f5f96fa5
commit 941631b664
3 changed files with 7 additions and 31 deletions
+3 -2
View File
@@ -442,7 +442,8 @@ var/global/list/g_fancy_list_of_safe_types = null
var/mob/living/carbon/human/H = M
var/obj/item/worn = H.wear_id
var/obj/item/weapon/card/id/id = null
if(worn) id = worn.GetID()
if(worn)
id = worn.GetID()
if(id)
id.icon_state = "gold"
id.access = get_all_accesses()+get_all_centcom_access()+get_all_syndicate_access()
@@ -463,7 +464,7 @@ var/global/list/g_fancy_list_of_safe_types = null
worn.update_icon()
else
H.equip_to_slot(id,slot_wear_id)
// otherwise leave it on the floor
else
alert("Invalid mob")
feedback_add_details("admin_verb","GFA") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!