Skip to content

Commit

Permalink
Very Normal PR Please Speedmerge Nothing Bad Will Happen (Goob-Statio…
Browse files Browse the repository at this point in the history
…n#1566)

* Hi guys

Me when i leave a whitespace in headsets.ftl for fun

* Update assistant.yml
  • Loading branch information
starch70 authored Jan 31, 2025
1 parent 35d72a1 commit 5838eb5
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Resources/Locale/en-US/_Goobstation/headset/headsets.ftl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
chat-radio-future = Future
chat-radio-future = Future
6 changes: 6 additions & 0 deletions Resources/Locale/en-US/_Goobstation/tide.ftl/tidemind.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# radio
chat-radio-tider = Tidemind
# job locales
job-name-tider = Pest
job-description-tider = The filth of the station, the bane of Security, Command, and the Engi-Vend's access wire.
15 changes: 13 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Civilian/assistant.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
- type: job # goob edit
id: Passenger
name: job-name-passenger
description: job-description-passenger
name: job-name-tider
description: job-description-tider
playTimeTracker: JobPassenger
startingGear: PassengerGear
icon: "JobIconPassenger"
supervisors: job-supervisors-everyone
access:
- Maintenance
# goob tider hivemind
special:
- !type:AddComponentSpecial
components:
- type: IntrinsicRadioReceiver
- type: IntrinsicRadioTransmitter
channels:
- TideHivemind
- type: ActiveRadio
channels:
- TideHivemind

- type: startingGear
id: PassengerGear
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/_Goobstation/radio_channels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@
frequency: 9999
color: "#91E8E5"
longRange: true

- type: radioChannel
id: TideHivemind
name: chat-radio-tider
keycode: 'p' # if i use i again it will break my fork of this smh
frequency: 8008 # definitely random number
color: "#8C8C8C"
longRange: true

0 comments on commit 5838eb5

Please sign in to comment.