-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MDB IGNORE] ZAS #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… zastake2 # Conflicts: # _maps/RandomRuins/SpaceRuins/hilbertshoteltestingsite.dmm # _maps/RandomZLevels/challenge.dmm # _maps/RandomZLevels/wildwest.dmm # code/game/objects/effects/effect_system/effects_foam.dm
LemonInTheDark
pushed a commit
to LemonInTheDark/daedalusdock
that referenced
this pull request
Mar 10, 2023
…5408 [MIRROR] Fixes borg wallmounting
LemonInTheDark
pushed a commit
to LemonInTheDark/daedalusdock
that referenced
this pull request
Mar 10, 2023
Upstream Batch Fetch DaedalusDock#1
LemonInTheDark
pushed a commit
to LemonInTheDark/daedalusdock
that referenced
this pull request
Mar 10, 2023
…s asay ref code (#65634) About The Pull Request Continuing on the work started in #65154 and 61712, this PR expands what asay linking can be used for and improves the code for it. You can now link tickets in asay by saying #[ticket ID] like DaedalusDock#1. This shows the ticket's status and who filed the ahelp. Might remove the ticket filer if it's not really useful. This also fixes an oversight of mine with datum linking, with how mobs and certain other datums (armor datums, landmarks) don't follow the memory address format for their tag values. Datum linking now uses a @[tag] format, so you can link to a mob by saying @mob_702 and such. dreamseeker_2022-03-22_21-51-41.png Why It's Good For The Game More robust admin tools Changelog cl Ryll/Shaps admin: You can now link tickets in asay with #[ticket ID], like DaedalusDock#1 and DaedalusDock#5. admin: asay datum linking now functions by saying '@[datum's tag value]`, whether it's a normal datum (@0x2001169) or a mob (@mob_702) or whatever else. Discord_2022-03-16_23-38-09.png (old pic)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About The Pull Request
Mirror of my original work here
Why It's Good For The Game
Changelog
🆑
del: Linda atmospherics
add: Zone Atmospheric System
/:cl: