Hardsuits are now only checked for access when not sealed

This commit is contained in:
Yoshax
2016-04-22 22:06:23 +01:00
parent 780d650f18
commit ad89dff60b

View File

@@ -495,6 +495,8 @@
return 1
if(istype(user))
if(!canremove)
return 1
if(malfunction_check(user))
return 0
if(user.back != src)