Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/wizards/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	Resources/Textures/Objects/Devices/nuke.rsi/meta.json
  • Loading branch information
VigersRay committed Jun 14, 2024
2 parents 3234035 + 2711ef7 commit 372ab3a
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Resources/Changelog/Changelog.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
Entries:
- author: EmoGarbage404
changes:
- message: Ninjas no longer wipe all technologies when using their gloves on a research
server.
type: Tweak
id: 6232
time: '2024-03-26T00:52:27.0000000+00:00'
url: https://github.com/space-wizards/space-station-14/pull/26421
- author: Dutch-VanDerLinde
changes:
- message: The chest rig is now available for purchase in the syndicate uplink.
Expand Down Expand Up @@ -3848,3 +3840,12 @@
id: 6731
time: '2024-06-14T16:53:49.0000000+00:00'
url: https://github.com/space-wizards/space-station-14/pull/28989
- author: PJB3005
changes:
- message: Added pride month.
type: Add
- message: Made the nuke gay.
type: Add
id: 6732
time: '2024-06-14T17:22:01.0000000+00:00'
url: https://github.com/space-wizards/space-station-14/pull/28992
1 change: 1 addition & 0 deletions Resources/Locale/en-US/holiday/greet/holiday-greet.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ holiday-name-festive-season = Festive Season
holiday-name-boxing-day = Boxing Day
holiday-name-friday-thirteenth = Friday the 13th
holiday-name-national-coming-out-day = National Coming Out Day
holiday-name-pride-month = Pride Month
## Custom congrats

Expand Down
14 changes: 14 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/nuke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
map: ["enum.NukeVisualLayers.Unlit"]
shader: unshaded
visible: false
- state: nuclearbomb_gay
map: ["pride"]
visible: false
- state: nukefestive
map: ["christmas"]
visible: false
Expand All @@ -24,11 +27,15 @@
holidays:
festive:
- FestiveSeason
pride:
- PrideMonth
- type: GenericVisualizer
visuals:
enum.HolidayVisuals.Holiday:
christmas:
festive: { visible: true }
pride:
pride: { visible: true }
enum.NukeVisuals.Deployed:
enum.NukeVisualLayers.Base:
False: { state: nuclearbomb_base }
Expand Down Expand Up @@ -129,16 +136,23 @@
- state: nukefestive
map: ["christmas"]
visible: false
- state: nuclearbomb_gay
map: [ "pride" ]
visible: false
- type: Appearance
- type: HolidayVisuals
holidays:
festive:
- FestiveSeason
pride:
- PrideMonth
- type: GenericVisualizer
visuals:
enum.HolidayVisuals.Holiday:
christmas:
festive: { visible: true }
pride:
pride: { visible: true }
- type: Physics
bodyType: Dynamic
- type: Fixtures
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/holidays.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,3 +437,10 @@
name: holiday-name-friday-thirteenth
shouldCelebrate:
!type:FridayThirteenth { }

- type: holiday
id: PrideMonth
name: holiday-name-pride-month
beginDay: 1
endDay: 31
beginMonth: June
3 changes: 3 additions & 0 deletions Resources/Textures/Objects/Devices/nuke.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
{
"name": "nuclearbomb_deployed_unlit"
},
{
"name": "nuclearbomb_gay"
},
{
"name": "nukefestive",
"delays": [
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 372ab3a

Please sign in to comment.