creep.say functions#209
Open
couchcactus wants to merge 1 commit into
Open
Conversation
added creep,say functions (not very good for low CPU)
Author
|
not sure if it will be merged, there is promises in the code of low CPU optimisation, creep.say isn't very good for that |
Author
|
withdraw, transport, build, upgrade, attack, dismantle, power functions and etc now have creep.say functions |
JonathanSafer
requested changes
May 18, 2024
JonathanSafer
left a comment
Owner
There was a problem hiding this comment.
This change is a reasonable idea, but you need to make the change to the source of this repository. Adding this 11k line file won't change anything on the source.
Steps to modify the source:
- fork the repo (on this page at the top right above the green
codebutton - clone your fork
git clone https://github.com/couchcactus/screeps.git - open the code in an editor (vscode, sublime text, notepad++...)
- make your changes (only change files that end with
.ts, everything else is autogenerated) - test your changes with
npm test(see README.md for more info) - commit & push your changes
- open github.com and open a pull request
If this sounds like a lot of work just to suggest a change, it is. But this will save you a lot of time in the future and help keep things organized.
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.
added creep,say functions (not very good for low CPU)