Skip to content

Commit

Permalink
Remove playtime requirements (part 2) (Simple-Station#100)
Browse files Browse the repository at this point in the history
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Remove the playtime requirement from Mantis, Prisoner, Gladiator, and
Prison Guard, as these were missed on the original pass through the
codebase.

Revert along with Simple-Station#58 when re-adding playtime upon full release. 

---

# TODO

<!--
A list of everything you have to do before this PR is "complete"
You probably won't have to complete everything before merging but it's
good to leave future references
-->

- [ ] Task
- [x] Completed Task

---

<!--
This is default collapsed, readers click to expand it and see all your
media
The PR media section can get very large at times, so this is a good way
to keep it clean
The title is written using HTML tags
The title must be within the <summary> tags or you won't see it
-->

<details><summary><h1>Media</h1></summary>
<p>

![Example Media Embed](https://example.com/thisimageisntreal.png)

</p>
</details>

---

# Changelog

<!--
You can add an author after the `:cl:` to change the name that appears
in the changelog (ex: `:cl: Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->
  • Loading branch information
SsalamethVersaach authored Sep 29, 2024
2 parents af0b5a8 + 44d199e commit 8489419
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
description: job-description-mantis
playTimeTracker: JobForensicMantis
requirements:
- !type:CharacterOverallTimeRequirement
min: 18000
- !type:DepartmentTimeRequirement
department: Epistemics # DeltaV - Epistemics Department replacing Science
min: 3600
# - !type:CharacterOverallTimeRequirement
# min: 18000
# - !type:DepartmentTimeRequirement
# department: Epistemics # DeltaV - Epistemics Department replacing Science
# min: 3600
- !type:CharacterLogicOrRequirement
requirements:
- !type:CharacterSpeciesRequirement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
name: job-name-guard
description: job-description-guard
playTimeTracker: JobPrisonGuard
requirements:
- !type:CharacterOverallTimeRequirement
min: 18000
- !type:DepartmentTimeRequirement
department: Security
min: 14400
#requirements:
# - !type:CharacterOverallTimeRequirement
# min: 18000
# - !type:DepartmentTimeRequirement
# department: Security
# min: 14400
startingGear: PrisonGuardGear
alwaysUseSpawner: true
canBeAntag: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
supervisors: job-supervisors-security
setPreference: true
# whitelistRequired: true
requirements:
- !type:DepartmentTimeRequirement
department: Security
min: 21600
# requirements:
# - !type:DepartmentTimeRequirement
# department: Security
# min: 21600
special:
- !type:AddComponentSpecial
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
# whitelistRequired: true
icon: "JobIconPrisoner"
supervisors: job-supervisors-security
requirements:
- !type:DepartmentTimeRequirement
department: Security
min: 21600
# requirements:
# - !type:DepartmentTimeRequirement
# department: Security
# min: 21600

- type: startingGear
id: PrisonerGear
Expand Down

0 comments on commit 8489419

Please sign in to comment.