diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index 14087fd8809..8e2b8a16cd8 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -538,14 +538,6 @@ emp_act var/penetrated_dam = max(0,(damage - SS.breach_threshold)) if(penetrated_dam) SS.create_breaches(damtype, penetrated_dam) -//Anal Werewolf here, had to add this in to get shit working for the map, basically this is to allow the IFF system from TGMC to work, needed for some items. -/mob/living/carbon/human/proc/get_target_lock(unique_access) - var/obj/item/weapon/card/id/C = wear_id - if(!istype(C)) C = get_active_hand() - if(!istype(C)) return - if(!(unique_access in C.access)) return - return 1 - /mob/living/carbon/human/reagent_permeability() var/perm = 0 diff --git a/vorestation.dme b/vorestation.dme index b36b099ede9..ced545c0ec1 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -3498,6 +3498,7 @@ #include "maps\RandomZLevels\listeningpost.dm" #include "maps\RandomZLevels\snowfield.dm" #include "maps\RandomZLevels\zoo.dm" +#include "maps\rift\rift.dm" #include "maps\southern_cross\southern_cross_jobs_vr.dm" #include "maps\southern_cross\items\encryptionkey_sc.dm" #include "maps\southern_cross\items\encryptionkey_vr.dm"