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

[PORT] Nanochat #1009

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixes
trest100 committed Jan 17, 2025
commit 9e8ddc71cbccbff2dad5389d5800bedf120d748d
1 change: 0 additions & 1 deletion Resources/Prototypes/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,6 @@
sprite: Objects/Devices/pda.rsi
layers:
- map: [ "enum.PdaVisualLayers.Base" ]
state: "pda"
- state: "light_overlay"
map: [ "enum.PdaVisualLayers.Flashlight" ]
shader: "unshaded"
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
- type: entity
parent: BaseItem
id: SecWatchCartridge
name: sec watch cartridge
description: A cartridge that tracks the status of currently wanted individuals.
components:
- type: Sprite
sprite: _CorvaxNext/Objects/Devices/cartridge.rsi
state: cart-cri
- type: Icon
sprite: _CorvaxNext/Objects/Devices/cartridge.rsi
state: cart-cri
- type: UIFragment
ui: !type:SecWatchUi
- type: Cartridge
programName: sec-watch-program-name
icon:
sprite: Objects/Weapons/Melee/stunbaton.rsi
state: stunbaton_on
- type: SecWatchCartridge

- type: entity
parent: BaseItem
id: NanoChatCartridge
Original file line number Diff line number Diff line change
@@ -13,9 +13,6 @@
},
{
"name": "cart-chat"
},
{
"name": "cart-cri"
}
]
}