Files
Bubberstation/code/modules/surgery/surgery_helpers.dm
Lucy 8a409ebe19 Alien operating tables now have a 20% surgery speed bonus (#87665)
## About The Pull Request

Alien operating tables (made by making a table frame with alien alloy,
then adding silver) now have a 20% surgery speed bonus, as compared to
normal operating tables.

I also refactored the `get_location_modifier` proc, it now uses a
"typecache" rather than a else-if locate tower.

## Why It's Good For The Game

Medbaymaxxing with alien tech is nice - and this somewhat cursed code is
still better than the else-if locate tower, honestly.

## Changelog
🆑
balance: Alien operating tables now have a 20% surgery speed bonus.
refactor: Refactored how table/bed surgery speed modifiers are
calculated, so it's hopefully more efficient now.
/🆑

---------

Co-authored-by: Kapu1178 <75460809+Kapu1178@users.noreply.github.com>
2024-11-04 22:42:13 -07:00

2.6 KiB