Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makes mail teleporter craftable. #832

Merged
merged 11 commits into from
Mar 28, 2024
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
Adrian16199 marked this conversation as resolved.
Show resolved Hide resolved
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
IamVelcroboy marked this conversation as resolved.
Show resolved Hide resolved
board: MailTeleporterMachineCircuitboard
Loading