old edits

This commit is contained in:
AnalWerewolf
2020-06-17 09:04:26 +10:00
parent 685b3281b0
commit f3206af76e
2 changed files with 1 additions and 8 deletions

View File

@@ -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

View File

@@ -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"