Skip to content

Commit

Permalink
Makes mail teleporter craftable.
Browse files Browse the repository at this point in the history
Makes a mail teleporter craftable and only provides the board to the LO's locker.
The point of this PR is to allow courier's to perhaps still be able to keep goin, even if the mail teleporter that was mapped was nuked/destroyed/vanished.
To-do:
Figure out why it gives an error and not make it when you do all steps and screwdriver it.
  • Loading branch information
Adrian16199 committed Feb 13, 2024
1 parent 0fa44ba commit 7f117d0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- id: BoxPDACargo # Delta-V
- id: QuartermasterIDCard # Delta-V
- id: ClothingShoesBootsWinterLogisticsOfficer #Delta V: Add departmental winter boots
- id: MailTeleporterMachineCircuitboard # Delta V: Craftable mail teleporter.

- type: entity
id: LockerCaptainFilledHardsuit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,22 @@
- type: ReverseEngineering
recipes:
- DeepFryerMachineCircuitboard

- type: entity
id: MailTeleporterMachineCircuitboard
parent: BaseMachineCircuitboard
name: mail teleporter machine board
components:
- type: Sprite
state: supply
- type: MachineBoard
prototype: MailTeleporter
requirements:
Capacitor: 1
MatterBin: 1
materialRequirements:
Steel: 4
Cable: 4
- type: ReverseEngineering
recipes:
- MailTeleporterMachineCircuitboard
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@
True: {visible: true}
False: {visible: false}
- type: PowerSwitch
- type: Machine
board: MailTeleporterMachineCircuitboard

0 comments on commit 7f117d0

Please sign in to comment.