Open
Conversation
…to AttackRefactorings
…to AttackRefactorings
…derlin into AttackRefactorings
|
if you are removing tool embeds, replace the spare forceps in surgical bags with something else |
Collaborator
Author
|
With air so you can have some space |
This was referenced Mar 8, 2026
Closed
Closed
Closed
Closed
|
Ok, so number one |
This was referenced Mar 8, 2026
This was referenced Mar 8, 2026
This file contains hidden or 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
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
ABOUT
This pr is going to replace attackby item interactions with real ones based on MrMelbert's work tgstation/tgstation#79968 tgstation/tgstation#83818
Item interactions will take place after tool interactions (which we have none of) and before regular attacks.
SURGERY
I changed a bit about surgeries because they were so awful I had to. (and because their start was moved to an interaction)
Surgeries are started via the same way but now require you to not be in combat mode and be on weak intent.
A surgery can be ended with right click and an empty hand. But it won't fix their wounds from it, obviously.
Surgeries refactored to use surgeries instead of pulling the steps from nothing.
Surgeries no longer require you to embed your tools into the patients limbs, I like it but it causes problems:
The last point makes more complex surgeries much harder to make.
CPR is no longer a surgery.
External organ severing requires you to incise first.
Heal wounds won't heal extra damage for types it doesn't heal (mend burns won't heal brute)
Heal wounds won't deal damage for types it doesn't heal on failure (mend burns won't deal brute)
Intentional surgery failure is done by right click, I would like to involve item intents as little as possible in most interactions.
Having not enough skill for surgery just simply forces you to fail, so you can still get experience and be malicious.
todo
INTERACTION CHANGES
Eating food no longer requires use of the FEED intent.
You can force feed food to others.
Syringes inject on left click and draw on right click.
todo for non attack interactions
Why It's Good For The Game
Allows atom storage to be better, will cleanup afterattack, preattack, attackby misuse and attack chain precedence.
Changelog
🆑
refactor: Refactored attack chain code, report any issues with clicking on things with other things.
refactor: Refactored surgery code, report any cases of surgery issues, you can use an empty hand right click on the patient to cancel the current surgery on the targeted place.
add: Some interactions have been changed that will not be listed here, check the PR page before reporting things.
/:cl:
Pre-Merge Checklist