20260703 Added New Stamps, Forced Mechs to Tile Movement, Fixed Mop-Making Puddles #548

Merged
LukeZurg22 merged 8 commits from 20260703-fixes-heap into master 2026-07-03 23:29:42 +00:00
Contributor

PR Changes

Adds a new set of stamps (courtesy of Skyfluff) for some of the various roles of the station. (See below.)

Forces all Mechs to Tile-based Movement. Resolves #395.

Fixed mops being unable to make puddles. Resolves #546.

Reasons Behind Changes

Fixes and additions requested by the kind folks of the Byrd server.

Code & Technical details

Adjusted Centcom to Centcomm in places. I also made a heap of compiler-warning fixes with a quaint refactor.

Images; Sprites; Media

large_stamp-top-secretlarge_stamp-centcomm-internlarge_stamp-centcomm-replarge_stamp-psychologistlarge_stamp-warden

Checklist

Breaking changes

Ingame Changelog

🆑 Zurg

  • add: Added Stamps for Psyc., Ward., CCIn., NTR., & Secret
  • tweak: Forced all Mechs to Tile-based Movement
  • fix: Mops now splash Water on Melee.
## PR Changes Adds a new set of stamps (courtesy of Skyfluff) for some of the various roles of the station. (See below.) Forces all Mechs to Tile-based Movement. Resolves https://git.byrdstation.space/Byrd-Station/Byrd/issues/395. Fixed mops being unable to make puddles. Resolves https://git.byrdstation.space/Byrd-Station/Byrd/issues/546. ## Reasons Behind Changes Fixes and additions requested by the kind folks of the Byrd server. ## Code & Technical details Adjusted Centcom to Centcomm in places. I also made a heap of compiler-warning fixes with a quaint refactor. ## Images; Sprites; Media ![large_stamp-top-secret](/attachments/a95e5baf-f9bb-4553-93a7-13490a8b0910)![large_stamp-centcomm-intern](/attachments/5f7c620f-74b5-4e2d-9e63-5e013e57060e)![large_stamp-centcomm-rep](/attachments/a07da2ce-168b-486c-9264-4120b3e049ea)![large_stamp-psychologist](/attachments/de7e91f4-cded-43a4-833f-35c439e59042)![large_stamp-warden](/attachments/3e189d5a-943e-4ed2-82aa-894e6496b73a) ## Checklist <!--Understand that not following all Contributor rule standards may get your PR closed at a maintainer’s discretion. Failure to follow the Contributor's ruleset may lead to your removal as a contributor.--> <!-- Confirm by placing an X in the brackets [X]: --> - [X] I read the [Pull Request and Changelog Guidelines](https://docs.spacestation14.com/en/general-development/codebase-info/pull-request-guidelines.html) and [Byrd Station's Contributor Ruleset](https://docs.google.com/document/d/1oxCSRBc_2IlrcykljB5SPt783uJX7rMHTT7cImxlKFM/edit?tab=t.0#heading=h.vigrxrnffwji) am following them. - [x] I have added media to this PR, or it does not require an ingame showcase. ## Breaking changes <!-- List any breaking changes, including namespaces, public class/method/field changes, prototype renames; and provide instructions for fixing them. This will be posted in #codebase-changes. --> **Ingame Changelog** <!-- Add a Changelog entry to make players ingame aware of new changes that could affect gameplay.--> :cl: Zurg - add: Added Stamps for Psyc., Ward., CCIn., NTR., & Secret - tweak: Forced all Mechs to Tile-based Movement - fix: Mops now splash Water on Melee.
Note: Eat your heart out, Sky!
Added a bunch of new stamps.
All checks were successful
CRLF Check / CRLF Check (pull_request) Has been skipped
Close PRs on master / run (pull_request_target) Has been skipped
Test Packaging / Test Packaging (pull_request) Has been skipped
RGA schema validator / YAML RGA schema validator (pull_request) Has been skipped
Labels: Size / size-label (pull_request_target) Successful in 4s
Labels: PR / labeler (pull_request_target) Successful in 4s
Map file schema validator / YAML map schema validator (pull_request) Has been skipped
YAML Linter / YAML Linter (pull_request) Has been skipped
RSI Validator / Validate RSIs (pull_request) Successful in 58s
8a020a743e
Note: Courtesy of Skyfluff.
Note: Consistency! Consistency is key!
Note: Also cleaned up some warnings whilst I was at it.
Cleaned SharedMeleeWeaponSystem.cs
All checks were successful
Labels: PR / labeler (pull_request_target) Successful in 6s
Labels: Size / size-label (pull_request_target) Successful in 3s
CRLF Check / CRLF Check (pull_request) Has been skipped
Test Packaging / Test Packaging (pull_request) Has been skipped
RGA schema validator / YAML RGA schema validator (pull_request) Has been skipped
RSI Validator / Validate RSIs (pull_request) Successful in 1m14s
YAML Linter / YAML Linter (pull_request) Has been skipped
Map file schema validator / YAML map schema validator (pull_request) Has been skipped
PR Changelogs / changelog (pull_request_target) Successful in 27s
3c5666eda6
LukeZurg22 changed title from WIP: 20260703-fixes-heap to WIP: 20260703 Added New Stamps, Forced Mechs to Tile Movement, Fixed Mop-Making Puddles 2026-07-03 22:23:25 +00:00
LukeZurg22 changed title from WIP: 20260703 Added New Stamps, Forced Mechs to Tile Movement, Fixed Mop-Making Puddles to 20260703 Added New Stamps, Forced Mechs to Tile Movement, Fixed Mop-Making Puddles 2026-07-03 22:29:26 +00:00
Owner

ok but actually what is even the point of the "I read the Pull Request and Changelog Guidelines and Byrd Station's Contributor Ruleset am following them" checkbox if none of us are gonna follow the pull request guidelines 😭

ok but actually what is even the point of the "I read the Pull Request and Changelog Guidelines and Byrd Station's Contributor Ruleset am following them" checkbox if none of us are gonna follow the pull request guidelines 😭
Author
Contributor

@LilithArson wrote in #548 (comment):

ok but actually what is even the point of the "I read the Pull Request and Changelog Guidelines and Byrd Station's Contributor Ruleset am following them" checkbox if none of us are gonna follow the pull request guidelines 😭

I like to see it as "Ah yes, I indeed HAVE read it. We just aren't going to follow the format." Its got some useful information, and is checked by default.

@LilithArson wrote in https://git.byrdstation.space/Byrd-Station/Byrd/pulls/548#issuecomment-4180: > ok but actually what is even the point of the "I read the Pull Request and Changelog Guidelines and Byrd Station's Contributor Ruleset am following them" checkbox if none of us are gonna follow the pull request guidelines :sob: I like to see it as "Ah yes, I indeed HAVE read it. We just aren't going to follow the format." Its got some useful information, and is checked by default.
LukeZurg22 deleted branch 20260703-fixes-heap 2026-07-03 23:29:43 +00:00
byrdbot referenced this pull request from a commit 2026-07-03 23:30:08 +00:00
Owner

@LukeZurg22 wrote in #548 (comment):

@LilithArson wrote in #548 (comment):

ok but actually what is even the point of the "I read the Pull Request and Changelog Guidelines and Byrd Station's Contributor Ruleset am following them" checkbox if none of us are gonna follow the pull request guidelines 😭

I like to see it as "Ah yes, I indeed HAVE read it. We just aren't going to follow the format." Its got some useful information, and is checked by default.

doesn't that make the "am following them" part redundant though seeing as it's not true

@LukeZurg22 wrote in https://git.byrdstation.space/Byrd-Station/Byrd/pulls/548#issuecomment-4181: > @LilithArson wrote in #548 (comment): > > > ok but actually what is even the point of the "I read the Pull Request and Changelog Guidelines and Byrd Station's Contributor Ruleset am following them" checkbox if none of us are gonna follow the pull request guidelines :sob: > > I like to see it as "Ah yes, I indeed HAVE read it. We just aren't going to follow the format." Its got some useful information, and is checked by default. doesn't that make the "am following them" part redundant though seeing as it's not true
Sign in to join this conversation.
No description provided.