Sandstorm-Station / Sandstorm-Station-13

A fork of SS13 of the Citadel Station flavor, it's a little pet project and whatever to play with, it is NSFW and has lead to the creation of a very terrible fork.
GNU Affero General Public License v3.0
11 stars 451 forks source link

Fixes a LOT of lag #248

Closed MosleyTheMalO closed 2 years ago

MosleyTheMalO commented 2 years ago

About The Pull Request

For some reason the new system using vars[] makes it so that you basically have to remove the tgui subsystem in order to even play. This fixes that and also an exploit with tetris machines. Ports over the fixes made by https://github.com/Hideyoshi1

Why It's Good For The Game

this is NOT normal image

A Port?

Changelog

:cl: Hideyoshi1 bugfix: Makes tgui not freak out for opening the interaction menu bugfix: Makes tetris machines not exploitable /:cl:

SandPoot commented 2 years ago

No src.

SandPoot commented 2 years ago

also using vars.Find() and vars[] is redundant, they're doing the same exact thing, if you were to ask me, only keep the vars[] one

MosleyTheMalO commented 2 years ago

also using vars.Find() and vars[] is redundant, they're doing the same exact thing, if you were to ask me, only keep the vars[] one

Problem with any fixes is if it's not done exactly the way it is rn it will make the tgui subsystem freak out with anyone that opens the interactions menu

SandPoot commented 2 years ago

Uhuh...