Fixes Three Mapping Bugs (#14298)

This commit is contained in:
SleepyGemmy
2022-06-12 22:47:28 +02:00
committed by GitHub
parent 2e01e9c72b
commit 7c74adffa2
7 changed files with 492 additions and 377 deletions

View File

@@ -387,6 +387,8 @@ var/list/mob/living/forced_ambiance_list = new
continue
if (istype(A, /area/mine))
continue
if (istype(A, /area/horizon/exterior))
continue
//Although hostile mobs instadying to turrets is fun
//If there's no AI they'll just be hit with stunbeams all day and spam the attack logs.