Merge pull request #14572 from TDSSS/xeno-exploit-fix

No more DIY xeno outbreaks
This commit is contained in:
AffectedArc07
2020-10-11 10:05:52 +01:00
committed by GitHub
@@ -393,7 +393,8 @@
activation_method = "touch"
cooldown_add = 50
activation_sound = 'sound/magic/timeparadox2.ogg'
var/list/banned_items_typecache = list(/obj/item/storage, /obj/item/implant, /obj/item/implanter, /obj/item/disk/nuclear, /obj/item/projectile, /obj/item/spellbook)
var/list/banned_items_typecache = list(/obj/item/storage, /obj/item/implant, /obj/item/implanter, /obj/item/disk/nuclear,
/obj/item/projectile, /obj/item/spellbook, /obj/item/clothing/mask/facehugger)
/obj/machinery/anomalous_crystal/refresher/New()
..()