Does the thing

This commit is contained in:
Artur
2020-11-08 23:24:58 +02:00
parent d500a12b70
commit 503d0156c6
15 changed files with 105 additions and 89 deletions
+1 -1
View File
@@ -508,7 +508,7 @@
/obj/machinery/door/airlock/cult/allowed(mob/living/L)
if(!density)
return 1
if(friendly || iscultist(L) || istype(L, /mob/living/simple_animal/shade) || isconstruct(L))
if(friendly || iscultist(L) || isshade(L)) || isconstruct(L))
if(!stealthy)
new openingoverlaytype(loc)
return 1