Fixes stupid mistakes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user