Resomi can now bump doors open.

QoL.
This commit is contained in:
PsiOmegaDelta
2015-12-29 20:38:54 +01:00
parent 163473a153
commit ec488d2b46

View File

@@ -99,7 +99,7 @@
var/mob/M = AM
if(world.time - M.last_bumped <= 10) return //Can bump-open one airlock per second. This is to prevent shock spam.
M.last_bumped = world.time
if(!M.restrained() && !issmall(M))
if(!M.restrained() && (!issmall(M) || ishuman(M)))
bumpopen(M)
return