Merge pull request #4928 from Heroman3003/mice-fixing

Removes ability for non-player mice to interact with doors
This commit is contained in:
Novacat
2019-04-06 20:22:11 -04:00
committed by GitHub
+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)