Skip to content
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

PrideMonth off #2259

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions Resources/Prototypes/Entities/Structures/Machines/nuke.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Тебе не нужно в этом файле что-либо менять и комментировать, так как ты уже убрал сам праздник

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А нет, нужно, код говна!

Предлагаю чтобы было минимум изменений. просто в прототипе id: PrideMonth праздника поставить какую-то несуществующую или прошедшую дату

Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
map: ["enum.NukeVisualLayers.Unlit"]
shader: unshaded
visible: false
- state: nuclearbomb_gay
map: ["pride"]
visible: false
# - state: nuclearbomb_gay
# map: ["pride"]
# visible: false
- state: nukefestive
map: ["christmas"]
visible: false
Expand All @@ -27,15 +27,15 @@
holidays:
festive:
- FestiveSeason
pride:
- PrideMonth
# pride:
# - PrideMonth
- type: GenericVisualizer
visuals:
enum.HolidayVisuals.Holiday:
christmas:
festive: { visible: true }
pride:
pride: { visible: true }
# pride:
# pride: { visible: true }
enum.NukeVisuals.Deployed:
enum.NukeVisualLayers.Base:
False: { state: nuclearbomb_base }
Expand Down Expand Up @@ -136,23 +136,23 @@
- state: nukefestive
map: ["christmas"]
visible: false
- state: nuclearbomb_gay
map: [ "pride" ]
visible: false
# - state: nuclearbomb_gay
# map: [ "pride" ]
# visible: false
- type: Appearance
- type: HolidayVisuals
holidays:
festive:
- FestiveSeason
pride:
- PrideMonth
# pride:
# - PrideMonth
- type: GenericVisualizer
visuals:
enum.HolidayVisuals.Holiday:
christmas:
festive: { visible: true }
pride:
pride: { visible: true }
# pride:
# pride: { visible: true }
- type: Physics
bodyType: Dynamic
- type: Fixtures
Expand Down
12 changes: 6 additions & 6 deletions Resources/Prototypes/holidays.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,9 +438,9 @@
shouldCelebrate:
!type:FridayThirteenth { }

- type: holiday
id: PrideMonth
name: holiday-name-pride-month
beginDay: 1
endDay: 31
beginMonth: June
# - type: holiday
# id: PrideMonth
# name: holiday-name-pride-month
# beginDay: 1
# endDay: 31
# beginMonth: June
Loading