committed by
Pieter-Jan Briers
parent
0329150109
commit
f3b460c8b4
@@ -34,6 +34,7 @@
|
||||
- type: AirlockVisualizer2D
|
||||
open_sound: /Audio/machines/airlock_open.ogg
|
||||
close_sound: /Audio/machines/airlock_close.ogg
|
||||
deny_sound: /Audio/machines/airlock_deny.ogg
|
||||
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
- type: AirlockVisualizer2D
|
||||
open_sound: /Audio/machines/airlock_ext_open.ogg
|
||||
close_sound: /Audio/machines/airlock_ext_close.ogg
|
||||
deny_sound: /Audio/machines/airlock_deny.ogg
|
||||
|
||||
- type: entity
|
||||
parent: airlock
|
||||
@@ -25,3 +26,12 @@
|
||||
|
||||
- type: Icon
|
||||
sprite: Buildings/airlock_engineering.rsi
|
||||
|
||||
- type: entity
|
||||
parent: airlock_engineering
|
||||
id: airlock_engineering_locked
|
||||
name: Locked Engineering Airlock
|
||||
components:
|
||||
- type: AccessReader
|
||||
required: ["engineering"]
|
||||
|
||||
|
||||
@@ -5,9 +5,16 @@
|
||||
description: A card necessary to access various areas aboard the station
|
||||
components:
|
||||
- type: Sprite
|
||||
texture: Clothing/idcard_standard.png
|
||||
sprite: Clothing/id_cards.rsi
|
||||
state: assistant
|
||||
- type: Icon
|
||||
texture: Clothing/idcard_standard.png
|
||||
sprite: Clothing/id_cards.rsi
|
||||
state: assistant
|
||||
- type: Clothing
|
||||
Slots:
|
||||
- idcard
|
||||
- type: IdCard
|
||||
fullName: John Doe
|
||||
jobTitle: Assistant
|
||||
- type: Access
|
||||
tags: ["civilian", "maintenance", "engineering"]
|
||||
|
||||
Reference in New Issue
Block a user