Skip to content

Commit dee89a2

Browse files
remove wallet component system
1 parent e7df227 commit dee89a2

File tree

5 files changed

+2
-111
lines changed

5 files changed

+2
-111
lines changed

Content.Client/_ES/Wallet/WalletSystem.cs

Whitespace-only changes.

Content.Server/_ES/Wallet/WalletSystem.cs

Lines changed: 0 additions & 14 deletions
This file was deleted.

Content.Shared/_ES/Wallet/Components/WalletComponent.cs

Lines changed: 0 additions & 22 deletions
This file was deleted.

Content.Shared/_ES/Wallet/Systems/SharedWalletSystem.cs

Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
- type: entity
2-
abstract: true
32
parent: BaseStorageItem
4-
id: ESBaseWallet
3+
id: ESWallet
54
name: wallet
6-
description: Don't lose it.
5+
description: A basic wallet, fit for all your monetary needs.
76
components:
87
- type: Appearance
98
- type: Sprite
@@ -17,32 +16,10 @@
1716
- Belt
1817
- type: Item
1918
size: Small
20-
- type: Wallet
21-
idSlot:
22-
name: access-id-card-component-default
23-
whitelist:
24-
components:
25-
- IdCard
2619
- type: Storage
2720
grid:
2821
- 0,0,2,1
2922
maxItemSize: Small
30-
- type: ItemSlots
31-
- type: ContainerContainer
32-
containers:
33-
wallet-id: !type:ContainerSlot {}
34-
- type: Tag
35-
tags:
36-
- DoorBumpOpener
37-
38-
- type: entity
39-
parent: ESBaseWallet
40-
id: ESWallet
41-
name: wallet
42-
description: A basic wallet fit for all your monetary needs.
43-
components:
44-
- type: Wallet
45-
id: PassengerIDCard # Placeholder
4623

4724
- type: entity
4825
parent: ESWallet
@@ -55,12 +32,3 @@
5532
layers:
5633
- state: icon
5734
- state: icon-logo-PIT
58-
59-
- type: entity
60-
parent: ESWalletPIT
61-
id: ESWalletPITEngineer
62-
name: PIT engineer wallet
63-
description: A Pomelo Interspace Transit brand wallet given to engineers. It reeks of plasma and smoke.
64-
components:
65-
- type: Wallet
66-
id: EngineeringIDCard # Placeholder

0 commit comments

Comments
 (0)