Skip to content

Commit

Permalink
Merge pull request #557 from Eagle0600/engineering-holoprojector
Browse files Browse the repository at this point in the history
Remove Lock on Engineering Holoprojector and Add Autolathe Recipe
  • Loading branch information
FoxxoTrystan authored Feb 16, 2025
2 parents 69fb46c + dd2bd28 commit 39cf8e2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
- SprayBottle
- MopItem
- Holoprojector
- HoloprojectorEngineering # Floof
- Mousetrap
- LightReplacer
- TrashBag
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/Floof/Recipes/Lathes/engineering.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- type: latheRecipe
id: HoloprojectorEngineering
result: HoloprojectorEngineeringEmpty
completetime: 3
materials:
Plastic: 250
Glass: 150
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,22 @@
- type: Sprite
sprite: Nyanotrasen/Objects/Devices/Holoprojectors/eng.rsi
state: icon
# Floof - Start
# Cell slot is not locked.
# - type: ItemSlots
# slots:
# cell_slot:
# name: power-cell-slot-component-slot-name-default
# startingItem: PowerCellMedium
# locked: true

- type: entity
parent: HoloprojectorEngineering
id: HoloprojectorEngineeringEmpty
suffix: Empty
components:
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default
startingItem: PowerCellMedium
locked: true
# Floof - End

0 comments on commit 39cf8e2

Please sign in to comment.