QDEL define for area text#1073
Conversation
|
we actually recently removed the qdels from area texts on TFN writ large so that the deletion subsystem doesnt get overloaded with a huge destroy cost |
|
This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~7 days. Please address any outstanding review items and ensure your PR is finished - if both are true, and you have auto-staled anyway, you need to actively ask maintainers (by pinging them in the /tg/station Discord) to (re)review or merge your PR. If no maintainer responds to your request, you may wish to close this PR yourself while you seek maintainer comment, as you will later be able to reopen the PR yourself. |
## About The Pull Request #1073 alternative which removes the use of the deletion subsystem entirely cutting out the concern for deletion cost just invisible-izes the text instead of deleting also adds some music ## Why It's Good For The Game pretty essential fix to reduce lag ## Changelog :cl: code: removes hard deletes on area texts by cutting out the qdeletion method for making the text disappear, just setting the text to be invisible instead /:cl:
|
This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~7 days. Please address any outstanding review items and ensure your PR is finished - if both are true, and you have auto-staled anyway, you need to actively ask maintainers (by pinging them in the /tg/station Discord) to (re)review or merge your PR. If no maintainer responds to your request, you may wish to close this PR yourself while you seek maintainer comment, as you will later be able to reopen the PR yourself. |
About The Pull Request
like 50% sure this will fix a reported harddel as well as make the code nicer.
Changelog
🆑
code: Swap callback for a define (which still calls a callback) for area text
/:cl: