mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Stop hitting the windoor after it has finished opening/closing. (#76094)
## About The Pull Request Fixes #64315 So annoying ## Changelog 🆑 fix: you don't hit the windoor after it has finished opening/closing. /🆑
This commit is contained in:
@@ -407,7 +407,8 @@
|
||||
try_to_activate_door(user)
|
||||
|
||||
/obj/machinery/door/window/try_to_activate_door(mob/user, access_bypass = FALSE)
|
||||
if (..())
|
||||
. = ..()
|
||||
if(.)
|
||||
autoclose = FALSE
|
||||
|
||||
/obj/machinery/door/window/unrestricted_side(mob/opener)
|
||||
|
||||
Reference in New Issue
Block a user