Fixes infestation spawns happening outside the Horizon (#13565)

This commit is contained in:
Doxxmedearly
2022-04-18 19:21:40 +02:00
committed by GitHub
parent f83df51ced
commit f373eeddb1
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -442,6 +442,8 @@ var/list/mob/living/forced_ambiance_list = new
continue
if (istype(A, /area/mine))
continue
if (istype(A, /area/horizonexterior))
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.
@@ -0,0 +1,4 @@
author: Doxxmedearly
delete-after: True
changes:
- bugfix: "Random event spawns (Such as rats and crates) should now only spawn on the inside of the Horizon."