-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The shot gun #4815
Merged
Merged
The shot gun #4815
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
The gun itself works, needs tune-ups for some of the examinable details.
Pretty well just looking for confirmation the code doesn't give Pooba an aneurysm.
This was referenced Jan 18, 2025
This was referenced Jan 24, 2025
Open
This was referenced Jan 26, 2025
# for free
to join this conversation on GitHub.
Already have an account?
# 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
Adds a new 'weapon' to the game; the double-barrel shot gun, which is actually just a play on words for a double-barrel shotgun that shoots shots. The kind of shots you drink.
We can finally weaponize liver death.
Why It's Good For The Game
It's not. I thought it was funny whilst I was delirious at 5 AM and making puns in #spess-admin and got goaded into actually making it a reality.
Changelog
🆑
add: Added the SHOT gun... I have no regrets for my decisions.
add: Created the respective crafting recipe for said shot gun, requiring the bartender's DB shotgun, some misc items and an assortment of tools.
add: Added new variable for guns "has_manufacturer" to override if a manufacturer's label should be slapped onto the description of a gun or not from as far down the inheritance chain as you want.
change: Tampered slightly with the syringe gun's "has_syringe_overlay" variable to include whether or not to display in its examine text how many syringes are currently loaded into it, since the shot gun has no screen to show how much is loaded into it anyhow.
🆑