Merge pull request #9907 from Putnam3145/midround-Vr-fix

[DYNAMIC] Prevents VR mobs from being midround antags.
This commit is contained in:
Lin
2019-11-24 20:01:36 +00:00
committed by GitHub
@@ -41,6 +41,9 @@
if (!istype(M, required_type))
trimmed_list.Remove(M)
continue
if (M.GetComponent(/datum/component/virtual_reality))
trimmed_list.Remove(M)
continue
if (!M.client) // Are they connected?
trimmed_list.Remove(M)
continue