Commit Graph
3 Commits
Author SHA1 Message Date
4866977630 Fix placing people onto tables (#94986)
Co-authored-by: Jordan Dominion <Cyberboss@users.noreply.github.com>
2026-01-26 12:14:00 +01:00
BloopandGitHub e1d93b4168 [NO GBP] Fixes an oversight with tablesmash element (#94609)
## About The Pull Request

I neglected platforms, whoops. Also, while we are at it refactors to use
the connect_loc element further reducing instances of connect_loc_behalf
components, and fixes a bug in disarm code with checking for a flag
using && instead of & that I randomly stumbled upon

<details> <summary> Working </summary>

<img width="1461" height="804" alt="image"
src="https://github.com/user-attachments/assets/fa6fc773-94a8-488e-840d-d1d3d2070a29"
/>

</details>

## Why It's Good For The Game

Fixes a runtime

## Changelog

🆑
fix: fixes tablesmashing onto platforms
/🆑
2025-12-29 22:43:20 -05:00
BloopandGitHub e90fca25d4 Converts table_smash component into an element (#94585)
## About The Pull Request

<img width="573" height="30" alt="firefox_EhVA73C1LZ"
src="https://github.com/user-attachments/assets/f77baf9c-2585-4cb7-a08f-5ce8322b0a54"
/>

## Why It's Good For The Game

Less overhead and memory usage.

## Changelog

🆑
refactor: refactors table_smash component into an element
/🆑
2025-12-25 00:25:49 +01:00