PowerfulBacon
PowerfulBacon
Includes https://github.com/BeeStation/BeeStation-Hornet/pull/7775 that PR should be automatically merged if this one is merged, however I expect 7775 to be merged first ## About The Pull Request - Abductor silences now...
closes #6985 ## About The Pull Request Parallax movement is no longer handled by atom movement, but instead by a parallax subsystem. This should make parallax less resource intensive at...
Thanks to TheFinalPotato from coderbus for helping diagnose this issue. ## Downstream Notice: Breaking changes This PR changes the way that /datum/map_template are loaded. Previously, map_templates would have their completion...
## About The Pull Request Adds in a new item: the bluespace anchor. The bluespace anchor is an experimental, high-powered bluespace flux stabiliser that will prevent nearby teleporations. Every time...
As much as I love the intern announcer, it is detrimental to the atmosphere of the game, which in turn is determintal to roleplay. Considering atmosphere and environment is a...
proc name: check completion (/datum/objective/crew/vow/check_completion) src: generic objective (/datum/objective/crew/vow) call stack: generic objective (/datum/objective/crew/vow): check completion() Ticker (/datum/controller/subsystem/ticker): declare completion(1)
UnregisterSignal is being called on null. This is most likely caused by hard deletions of /datum/chatmessage proc name: UnregisterSignal (/datum/proc/UnregisterSignal) usr: Redcted usr.loc: (Hydroponics (135, 108, 2)) src: /datum/chatmessage (/datum/chatmessage)...
## Round ID: 708 ## Reproduction: CIC ops, update lanyard get CIC access. Become squad leader. Update lanyard, lose CIC access.
### Suggested new feature or improvement The scaling on the dashboard screen is not very good, if I configure it in the standard resolution and then fullscreen, everything is in...
Z-Clear doesn't tick check, meaning that it can overrun its allocation for tick allowance. Since we have dynamic zs, z-clear getting stalled and not clearing a z-level in its 90...