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

Laika headset and id removal, glasses replacement #882

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,3 @@
strippingWindowPos: 1,4
displayName: Vest
stripHidden: false

- name: id
slotTexture: id
slotFlags: IDCARD
slotGroup: SecondHotbar
stripTime: 6
uiWindowPos: 2,1
strippingWindowPos: 2,4
displayName: ID

- name: ears
slotTexture: ears
slotFlags: EARS
slotGroup: MainHotbar
stripTime: 4.5
uiWindowPos: 1,2
strippingWindowPos: 1,2
displayName: Ears
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
- type: startingGear
id: MobSecDogLaikaGear
equipment:
eyes: ClothingEyesGlassesSecurity
id: SecDogIDCard
eyes: ClothingEyesGlassesSunglasses

#Oldstation Roles

Expand Down Expand Up @@ -63,4 +62,4 @@
gloves: ClothingHandsGlovesCombat
shoes: ClothingShoesSlippers
id: SyndiPDA
innerClothingSkirt: ClothingUniformJumpsuitPyjamaSyndicatePink
innerClothingSkirt: ClothingUniformJumpsuitPyjamaSyndicatePink
Original file line number Diff line number Diff line change
Expand Up @@ -316,19 +316,6 @@
job: Bartender
name: Pun Pun

- type: entity # DeltaV - Security dog Laika ID card
parent: IDCardStandard
id: SecDogIDCard
name: Security Dog ID card
components:
- type: Sprite
layers:
- state: default
- state: idsecurityofficer
- type: PresetIdCard
job: SecurityOfficer
name: Laika

- type: entity
parent: IDCardStandard
id: ChefIDCard
Expand Down
Loading