Fixes stupid mistakes

This commit is contained in:
Artur
2020-11-09 14:39:51 +02:00
parent 503d0156c6
commit 8ce058a593
5 changed files with 12 additions and 26 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) || isshade(L)) || isconstruct(L))
if(friendly || iscultist(L) || isshade(L) || isconstruct(L))
if(!stealthy)
new openingoverlaytype(loc)
return 1