From 53aeb4c9fe1cb17f1b7c87b6be1bc4a72795f500 Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Sun, 4 Oct 2015 23:15:56 +0200 Subject: [PATCH] Should fix the dview being affected by ZAS. Fixes #5955 --- code/__HELPERS/unsorted.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/__HELPERS/unsorted.dm b/code/__HELPERS/unsorted.dm index 48d53899797..8173753b7cf 100644 --- a/code/__HELPERS/unsorted.dm +++ b/code/__HELPERS/unsorted.dm @@ -1299,6 +1299,7 @@ proc/find_holder_of_type(var/atom/reference,var/typepath) //Returns the first ob density = 0 see_in_dark = 1e6 anchored = 1 + flags = INVULNERABLE //Gets the Z level datum for this atom's Z level /proc/get_z_level(var/atom/A)