Skip to content

Commit

Permalink
Merge branch 'Fansana:master' into Nikko-Shackles
Browse files Browse the repository at this point in the history
  • Loading branch information
Memeji authored Jan 3, 2025
2 parents 24381fd + 27e10ec commit e928b1c
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 12 deletions.
18 changes: 18 additions & 0 deletions Resources/Changelog/Floof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2075,3 +2075,21 @@ Entries:
id: 264
time: '2024-12-31T20:02:02.0000000+00:00'
url: https://github.com/Fansana/floofstation1/pull/446
- author: sprkl
changes:
- type: Fix
message: Fixed a crash that occurred while trying to build prescription huds.
id: 265
time: '2025-01-03T03:26:50.0000000+00:00'
url: https://github.com/Fansana/floofstation1/pull/449
- author: Fansana
changes:
- type: Tweak
message: >-
Increased department playtime requirement for department heads to 16
hours.
- type: Fix
message: Fixed Head of Security not requiring any security playtime.
id: 266
time: '2025-01-03T15:44:09.0000000+00:00'
url: https://github.com/Fansana/floofstation1/pull/447
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
tags:
- HamsterWearable
- WhitelistChameleon
- GlassesNearsight

- type: entity
parent: ClothingEyesBase
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# time: 21600 #6 hrs
- !type:CharacterDepartmentTimeRequirement
department: Logistics # DeltaV - Logistics Department replacing Cargo
min: 14400 #Floofstation 4 hour
min: 57600 # Floofstation - 16 hour
weight: 10
startingGear: QuartermasterGear
icon: "JobIconQuarterMaster"
Expand Down
12 changes: 6 additions & 6 deletions Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
requirements:
- !type:CharacterDepartmentTimeRequirement
department: Logistics # DeltaV - Logistics Department replacing Cargo
min: 14400 # Floofstation - 4 hour
min: 28800 # Floofstation - 8 hour
- !type:CharacterDepartmentTimeRequirement
department: Engineering
min: 14400 # Floofstation - 4 hour
min: 28800 # Floofstation - 8 hour
- !type:CharacterDepartmentTimeRequirement
department: Medical
min: 14400 # Floofstation - 4 hour
min: 28800 # Floofstation - 8 hour
- !type:CharacterDepartmentTimeRequirement
department: Security
min: 14400 # Floofstation - 4 hour
min: 28800 # Floofstation - 8 hour
- !type:CharacterDepartmentTimeRequirement # DeltaV - Epistemics dept time requirement
department: Epistemics # DeltaV - Epistemics Department replacing Science
min: 14400 # Floofstation - 4 hour
min: 28800 # Floofstation - 8 hour
- !type:CharacterDepartmentTimeRequirement
department: Command
min: 14400 # Floofstation - 4 hour
min: 28800 # Floofstation - 8 hour
weight: 20
startingGear: CaptainGear
icon: "JobIconCaptain"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
requirements:
- !type:CharacterDepartmentTimeRequirement # DeltaV - Civilian dept time requirement
department: Civilian
min: 14400 # Floofstation 4 hours
min: 57600 # Floofstation - 16 hour
weight: 10 # DeltaV - Changed HoP weight from 20 to 10 due to them not being more important than other Heads
startingGear: HoPGear
icon: "JobIconHeadOfPersonnel"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements:
- !type:CharacterDepartmentTimeRequirement
department: Engineering
min: 14400 # Floofstation - 4 hour
min: 57600 # Floofstation - 16 hour
# - !type:OverallPlaytimeRequirement
# time: 72000 # DeltaV - 20 hours
weight: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
requirements:
- !type:CharacterDepartmentTimeRequirement
department: Medical
min: 14400 # Floofstation - 4 hour
min: 57600 # Floofstation - 16 hour
weight: 10
startingGear: CMOGear
icon: "JobIconChiefMedicalOfficer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
requirements:
- !type:CharacterDepartmentTimeRequirement
department: Epistemics # DeltaV - Epistemics Department replacing Science
min: 14400 # Floofstation - 4 hour
min: 57600 # Floofstation - 16 hour
- !type:CharacterLogicOrRequirement
requirements:
- !type:CharacterSpeciesRequirement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
- !type:CharacterDepartmentTimeRequirement # DeltaV - Command dept time requirement
department: Command
min: 14400 # Floofstation - 4 hour
- !type:CharacterWhitelistRequirement
- !type:CharacterDepartmentTimeRequirement # DeltaV - Command dept time requirement
department: Security
min: 57600 # Floofstation - 16 hour
weight: 10
startingGear: HoSGear
icon: "JobIconHeadOfSecurity"
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,9 @@
- type: Tag
id: GlassBeaker

- type: Tag
id: GlassesNearsight

- type: Tag
id: GlassShard

Expand Down

0 comments on commit e928b1c

Please sign in to comment.