Makes quirk points configs get loaded into vars on the subsystem, + a small biome fix (#95941)

This commit is contained in:
Bloop
2026-05-03 14:23:12 -04:00
committed by GitHub
parent de059fdf57
commit e6e0200edb
5 changed files with 32 additions and 11 deletions
+1 -1
View File
@@ -153,7 +153,7 @@
var/list/things_in_range = range(12, target_turf)
var/blocked = FALSE
for(var/mob/living/mob_blocker in things_in_range)
if(!ismining(mob_blocker))
if(ismining(mob_blocker))
blocked = TRUE
break