Skip to content

Commit

Permalink
blyat
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBurningPhoenix committed Aug 27, 2024
1 parent 5754741 commit 4eff79f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Resources/Locale/en-US/_white/job/job-names.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
job-name-maid = Maid
job-name-hobo = Hobo
# Role timers - Make these alphabetical or I cut you
JobMaid = Maid
JobHobo = Hobo
4 changes: 0 additions & 4 deletions Resources/Locale/en-US/job/job-names.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ job-name-ertjanitor = ERT Janitor
job-name-boxer = Boxer
job-name-zookeeper = Zookeeper
job-name-visitor = Visitor
job-name-maid = Maid
job-name-hobo = Hobo
# Role timers - Make these alphabetical or I cut you
JobAtmosphericTechnician = Atmospheric Technician
Expand Down Expand Up @@ -103,5 +101,3 @@ JobTechnicalAssistant = Technical Assistant
JobVisitor = Visitor
JobWarden = Warden
JobZookeeper = Zookeeper
JobMaid = Maid
JobHobo = Hobo
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
- type: entity
parent: IDCardStandard
id: HoboIDCard
name: Hobo ID card
components:
- type: Sprite
layers:
- state: silver
- state: idhobo
- type: PresetIdCard
job: Passenger

- type: entity
parent: IDCardStandard
id: MaidIDCard
name: Maid ID card
components:
- type: Sprite
layers:
- state: silver
- state: idmaid
- type: PresetIdCard
job: Maid

0 comments on commit 4eff79f

Please sign in to comment.