Should fix the dview being affected by ZAS.

Fixes #5955
This commit is contained in:
PJB3005
2015-10-04 23:15:56 +02:00
parent 6ad4c1b03d
commit 53aeb4c9fe

View File

@@ -1299,6 +1299,7 @@ proc/find_holder_of_type(var/atom/reference,var/typepath) //Returns the first ob
density = 0 density = 0
see_in_dark = 1e6 see_in_dark = 1e6
anchored = 1 anchored = 1
flags = INVULNERABLE
//Gets the Z level datum for this atom's Z level //Gets the Z level datum for this atom's Z level
/proc/get_z_level(var/atom/A) /proc/get_z_level(var/atom/A)