Skip to content

Fixes Antag Laz Belt mobs attacking owner

Rob Nelson requested to merge pull/6516/bugfix_nov10 into Bleeding-Edge

Created by: Probe1

../Lazarus/antag belts had a chance to spawn ../hivebot/tele which is a mob called beacon. The beacon spawns hivebots periodically. These will not be friendly to the master trainer belt user. So they were blocked along with two invisible parent type mobs that were never meant to be spawnable. Those result in spriteless mobs with generic names and just faff about invisibly until something kills them.

It also adds a nice blocked list identical to the gold slime core blocked lists format so we can go back and change things super quick if we decide some mobs shouldn't be included or others should.

Fixes https://github.com/d3athrow/vgstation13/issues/6444

Merge request reports