mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 23:52:12 +00:00
Resomi can now bump doors open.
QoL.
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
var/mob/M = AM
|
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.
|
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
|
M.last_bumped = world.time
|
||||||
if(!M.restrained() && !issmall(M))
|
if(!M.restrained() && (!issmall(M) || ishuman(M)))
|
||||||
bumpopen(M)
|
bumpopen(M)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user