Buffs the nkarrdem mega sprays regen and capacity#31601
Open
1080pCat wants to merge 1 commit intoParadiseSS13:masterfrom
Open
Buffs the nkarrdem mega sprays regen and capacity#316011080pCat wants to merge 1 commit intoParadiseSS13:masterfrom
1080pCat wants to merge 1 commit intoParadiseSS13:masterfrom
Conversation
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.
What Does This PR Do
Ups the regen of space cleaner to 10u a tick(this is 50u/s)
Increases the capacity of the spray to 250
Fixes a runtime with the spray spraying when the spray couldn't spray enough reagents
Makes the max capacity a var rather than it being in 3 separate spots
Why It's Good For The Game
The spray in its current state is just not worth using, the mop out classes it massively due to the space cleaner refilling 5/s but spraying 10 each spray, so you'd have to wait two seconds per spray to not run out, not very useful when the mop exists..
The capacity was also to address it.
Runtime bad, its possible the check can be
<= 15but it worked on 20 soAnd the capacity being a var is just better for code stuff, better to change one var then 3 separate instances of the same thing. and easier for admins to var edit it for.. fun
Testing
Sprayed the spray, watched the spray refill what it sprays so it can spray again, and made sure it couldn't spray when the spray didn't actually have enough spray in the spray container to spray out that'd lead to the spray runtiming
Declaration
I don't believe i need approval for this
Changelog
🆑
tweak: Buffs the nkarrdem mega sprays regen and capacity
/:cl: