mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 17:45:02 +01:00
Makes quirk points configs get loaded into vars on the subsystem, + a small biome fix (#95941)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user