Makes CanReach default to blocking. (#52115)

This commit is contained in:
AnturK
2020-07-12 04:25:27 +10:00
committed by GitHub
parent 145944d1f6
commit f4af5ed28c
5 changed files with 4 additions and 15 deletions
+1 -1
View File
@@ -173,7 +173,7 @@
var/datum/component/storage/concrete/master = master()
if(!master)
return
. = COMPONENT_BLOCK_REACH
. = COMPONENT_ALLOW_REACH
next += master.parent
for(var/i in master.slaves)
var/datum/component/storage/slave = i