Files
Bubberstation/code/game
Leland Kemble 7a65b60d79 Prevents a runtime when something other than a player mob breaks an airlock (#95418)
## About The Pull Request

adds an `isliving()` check in airlock's `shock()`. Wires generally call
`[object].shock(usr, ...)`. The `shocking` argument is `isliving()`ed in
the base `shock()`, but airlocks need it checked before that.
Unfortunate that it must be checked twice in quick succession, but I can
think of no less wasteful way.

## Why It's Good For The Game

closes #95385

## Changelog
🆑

code: fixed a runtime when something other than a player breaks an
airlock

/🆑
2026-03-17 17:37:39 -04:00
..