Removes ability for non-player mice to open doors

This commit is contained in:
Heroman
2019-04-07 10:00:25 +10:00
parent 4d2bff5b5c
commit 9a2bcce710
+2
View File
@@ -109,6 +109,8 @@
M.last_bumped = world.time
if(M.restrained() && !check_access(null))
return
else if(istype(M, /mob/living/simple_mob/animal/passive/mouse) && !(M.ckey)) //VOREStation Edit: Make wild mice
return //VOREStation Edit: unable to open doors
else
bumpopen(M)