mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-13 19:22:20 +00:00
* Stops silicons from opening circuit airlocks by bumping them open (#63780) Prevents silicons from easily opening circuit airlocks by simply bumping them open (This happened as airlock/bumpopen(mob/user) called door/proc/bumpopen(mob/user) which called door/allowed(mob/user) which calls obj/allowed(mob/user) which checks for silicons before it checks for check_access) * Stops silicons from opening circuit airlocks by bumping them open Co-authored-by: RandomGamer123 <31096837+RandomGamer123@users.noreply.github.com>