Quarantined Outpost tweaks and bugfixes (#21586)

## About PR

- Reduces the site's cost from `2` to `1`.
- Tweaks wall destroying logic of horde type mobs to a saner
alternative.
- Fixes corpses created by landmarks not getting assigned with the
specified access. Fixes #21527
- Creates an abomination subtype that is guaranteed to spawn with a
disguise.
This commit is contained in:
Kano
2025-11-15 22:15:36 +00:00
committed by GitHub
parent a608689ff6
commit eef02c1876
6 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -107,7 +107,7 @@
if(jobdatum)
W.access = jobdatum.get_access()
else
W.access = list()
W.access = corpseidaccess
if(corpseidjob)
W.assignment = corpseidjob
M.set_id_info(W)