mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-27 01:51:50 +00:00
Guns now update their overlays in update_overlays(), removing the lag from mining that was caused by mutable appearances being bugged cl Qustinnus, AnturK code: Moved gun overlay updating to update_overlays(), removing lag from objects when you add a flashlight / baynonet to them /cl thanks to Antur for pointing out that the bug with priority_overlays was caused by a bug in mutable appearances where mutable appearances directly inherit dir improperly in overlays, causing the ref to be fucked in the priority overlay list and thus being stuck in ghost land until cut_overlays() is called (Antur can probably explain this better) Fixes #50747