Skip to content

Commit

Permalink
Minor fixes to radio, stamp, PDA, etc...
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo-dabepis committed Jan 23, 2024
1 parent c7940e7 commit c70a695
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
4 changes: 3 additions & 1 deletion Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
- type: PdaBorderColor
borderColor: "#470823"
- type: Icon
sprite: DeltaV/Objects/Devices/pda.rsi
state: pda-cj
- type: CartridgeLoader
preinstalled:
Expand All @@ -80,7 +81,8 @@
- type: PdaBorderColor
borderColor: "#611528"
- type: Icon
state: pda-cj
sprite: DeltaV/Objects/Devices/pda.rsi
state: pda-clerk
- type: CartridgeLoader
preinstalled:
- CrewManifestCartridge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: notary stamp
parent: RubberStampBase
id: RubberStampNotary
suffix: DO NOT MAP
description: An old-fashioned seal for marking important documents, made of polished bronze.
components:
- type: Stamp
Expand Down
10 changes: 5 additions & 5 deletions Resources/Prototypes/DeltaV/Roles/Jobs/Legal/chief_justice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
playTimeTracker: JobChiefJustice
antagAdvantage: 6 # DeltaV - Reduced TC: Head of Staff
requirements:
# - !type:RoleTimeRequirement
# role: JobClerk
# time: 36000 # DeltaV - 10 hours
# Commenting out the clerk requirement for now until clerk has been around long enough for people to actually get the hours required.
- !type:RoleTimeRequirement
role: JobClerk
time: 36000 # DeltaV - 10 hours
- !type:RoleTimeRequirement
department: JobLawyer
time: 72000 # 20 hours
- !type:OverallPlaytimeRequirement
time: 90000 # 25 hours
weight: 10 # DeltaV - Changed HoP weight from 20 to 10 due to them not being more important than other Heads
- !type:WhitelistRequirement # whitelist requirement because I don't want any dingus judges
weight: 20
startingGear: CJGear
icon: "JobIconChiefJustice"
requireAdminNotify: true
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/DeltaV/radio_channels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- type: radioChannel
id: Legal
name: chat-radio-legal
keycode: "j"
frequency: 1420
color: "#701442"
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
- Common
- Command
- Engineering
- Legal # Delta V- adds legal department
- Medical
- Science
- Security
Expand Down

0 comments on commit c70a695

Please sign in to comment.