forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add custom welding helmet to loadout #1728
Merged
m-dzianishchyts
merged 3 commits into
ss220club:master
from
m-dzianishchyts:welding-helmet-gear
Jan 11, 2025
Merged
Add custom welding helmet to loadout #1728
m-dzianishchyts
merged 3 commits into
ss220club:master
from
m-dzianishchyts:welding-helmet-gear
Jan 11, 2025
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
Reviewer's Guide by SourceryThis pull request adds a new cosmetic welding helmet with a red flame decal to the donor loadout. Class diagram for the new donor welding helmetclassDiagram
class datum_gear_donor {
+display_name: string
+path: string
+allowed_roles: list
+donator_tier: int
+cost: int
}
class welding_redflame {
+display_name: "Red flame decal welding helmet"
+path: /obj/item/clothing/head/welding/flamedecal
+allowed_roles: ["Chief Engineer", "Station Engineer", "Life Support Specialist", "Roboticist"]
+donator_tier: 2
+cost: 2
}
datum_gear_donor <|-- welding_redflame
note for welding_redflame "New donor welding helmet
with red flame decal"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
github-actions
bot
added
the
НЕ МОДУЛЬНО
Ну это ваще пиздец. Либо засовывай в модуль, либо заливай на апстрим.
label
Jan 4, 2025
github-actions
bot
added
Частичная модульность
Не всегда получается всё впихнуть в модуль, увы.
and removed
НЕ МОДУЛЬНО
Ну это ваще пиздец. Либо засовывай в модуль, либо заливай на апстрим.
labels
Jan 11, 2025
m-dzianishchyts
force-pushed
the
welding-helmet-gear
branch
from
January 11, 2025 12:18
dec5bd7
to
ce483d0
Compare
github-actions
bot
removed
the
Частичная модульность
Не всегда получается всё впихнуть в модуль, увы.
label
Jan 11, 2025
Gaxeer
approved these changes
Jan 11, 2025
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.
Что этот PR делает
Добавляет еще одну маску для сварки, которую мне запретили добавлять на апстриме, потому что она какая-то донатно-персональная. Но мы этим не обременены, так что можно.
Почему это хорошо для игры
Красивая маска за донат.
Тестирование
По аналогии с другими масками, так что верю
Changelog
🆑 Maxiemar
tweak: В лодаут добавлена еще одна сварочная маска с особой раскраской.
/:cl:
Summary by Sourcery
New Features: