Conversation
…a previous save or persist in this doomed world you've created.
Author
Author
Moltovz
reviewed
Sep 29, 2021
| "Medical" = image(icon = 'icons/mob/robots.dmi', icon_state = "synd_medical"), | ||
| "Assault" = image(icon = 'icons/mob/robots.dmi', icon_state = "synd_sec"), | ||
| "Heavy" = image(icon = 'modular_skyrat/icons/mob/moreborgsmodels.dmi', icon_state = "syndieheavy"), | ||
| "Miss m" = image(icon = 'modular_skyrat/icons/mob/moreborgsmodels.dmi', icon_state = "missm_syndie"), |
There was a problem hiding this comment.
You forgot to delete the sprites for the drake, hound, and other borgs.
Moltovz
reviewed
Sep 29, 2021
| /obj/item/clothing/head/hooded/winterhood/durathread | ||
| icon_state = "winterhood_durathread" | ||
| armor = list("melee" = 20, "bullet" = 8, "laser" = 15, "energy" = 8, "bomb" = 25, "bio" = 10, "rad" = 15, "fire" = 75, "acid" = 37, "wound" = 7) | ||
| armor = list("melee" = 15, "bullet" = 10, "laser" = 10,"energy" = 10, "bomb" = 20, "bio" = 15, "rad" = 10, "fire" = 5, "acid" = 50, "wound" = 15) |
There was a problem hiding this comment.
Based re-balance. But keep it fire resistant.
Moltovz
reviewed
Sep 29, 2021
| @@ -132,10 +132,6 @@ GLOBAL_LIST_INIT(combat_music_options, list( // Skyrat addition | |||
| var/bloodcolor = "" | |||
| var/skyrat_ooc_notes = "" | |||
| var/erppref = "Ask" | |||
Moltovz
reviewed
Sep 29, 2021
| desc = "A beanie made from durathread, its resilient fibres provide some protection to the wearer." | ||
| icon_state = "beaniedurathread" | ||
| armor = list("melee" = 25, "bullet" = 10, "laser" = 20,"energy" = 10, "bomb" = 30, "bio" = 15, "rad" = 20, "fire" = 100, "acid" = 50, "wound" = 15) | ||
| armor = list("melee" = 15, "bullet" = 10, "laser" = 10,"energy" = 10, "bomb" = 20, "bio" = 15, "rad" = 10, "fire" = 5, "acid" = 50, "wound" = 15) |
There was a problem hiding this comment.
Fuck you don't nerf Durathread!!!11!!1
Moltovz
reviewed
Sep 29, 2021
| @@ -1647,70 +1647,6 @@ | |||
| var/client/cli = M.client | |||
There was a problem hiding this comment.
Might be best to just delete this entire file, ERP verbs are cringe. /me's are better.
|
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
Why It's Good For The Game
Changelog
🆑
add: Added new things
add: Added more things
del: Removed old things
tweak: tweaked a few things
balance: rebalanced something
fix: fixed a few things
soundadd: added a new sound thingy
sounddel: removed an old sound thingy
imageadd: added some icons and images
imagedel: deleted some icons and images
spellcheck: fixed a few typos
code: changed some code
refactor: refactored some code
config: changed some config setting
admin: messed with admin stuff
server: something server ops should know
/:cl: