Removes Warden from role-list
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
author: Swept
|
||||
changes:
|
||||
- type: Tweak # One of the following: Add, Remove, Tweak, Fix
|
||||
message: PDA is now much weaker than flashlight
|
||||
- type: Remove
|
||||
message: Removes Warden
|
||||
|
||||
@@ -272,17 +272,17 @@
|
||||
- state: green
|
||||
- state: hos
|
||||
|
||||
- type: entity
|
||||
id: SpawnPointWarden
|
||||
parent: SpawnPointJobBase
|
||||
name: warden
|
||||
components:
|
||||
- type: SpawnPoint
|
||||
job_id: Warden
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: green
|
||||
- state: warden
|
||||
# - type: entity
|
||||
# id: SpawnPointWarden
|
||||
# parent: SpawnPointJobBase
|
||||
# name: warden
|
||||
# components:
|
||||
# - type: SpawnPoint
|
||||
# job_id: Warden
|
||||
# - type: Sprite
|
||||
# layers:
|
||||
# - state: green
|
||||
# - state: warden
|
||||
|
||||
- type: entity
|
||||
id: SpawnPointSecurityOfficer
|
||||
|
||||
@@ -1,30 +1,30 @@
|
||||
- type: job
|
||||
id: Warden
|
||||
name: "warden"
|
||||
positions: 1
|
||||
spawnPositions: 1
|
||||
startingGear: WardenGear
|
||||
departments:
|
||||
- Security
|
||||
icon: "Warden"
|
||||
access:
|
||||
- Security
|
||||
- Brig
|
||||
- Maintenance
|
||||
- Service
|
||||
|
||||
- type: startingGear
|
||||
id: WardenGear
|
||||
equipment:
|
||||
head: ClothingHeadHatWarden
|
||||
innerclothing: ClothingUniformJumpsuitWarden
|
||||
backpack: ClothingBackpackSecurityFilled
|
||||
shoes: ClothingShoesBootsJack
|
||||
eyes: ClothingEyesGlassesSecurity
|
||||
outerclothing: ClothingOuterVestKevlar
|
||||
idcard: WardenPDA
|
||||
ears: ClothingHeadsetSecurity
|
||||
belt: ClothingBeltSecurityFilled
|
||||
innerclothingskirt: ClothingUniformJumpskirtWarden
|
||||
satchel: ClothingBackpackSatchelSecurityFilled
|
||||
duffelbag: ClothingBackpackDuffelSecurityFilled
|
||||
# - type: job
|
||||
# id: Warden
|
||||
# name: "warden"
|
||||
# positions: 1
|
||||
# spawnPositions: 1
|
||||
# startingGear: WardenGear
|
||||
# departments:
|
||||
# - Security
|
||||
# icon: "Warden"
|
||||
# access:
|
||||
# - Security
|
||||
# - Brig
|
||||
# - Maintenance
|
||||
# - Service
|
||||
#
|
||||
# - type: startingGear
|
||||
# id: WardenGear
|
||||
# equipment:
|
||||
# head: ClothingHeadHatWarden
|
||||
# innerclothing: ClothingUniformJumpsuitWarden
|
||||
# backpack: ClothingBackpackSecurityFilled
|
||||
# shoes: ClothingShoesBootsJack
|
||||
# eyes: ClothingEyesGlassesSecurity
|
||||
# outerclothing: ClothingOuterVestKevlar
|
||||
# idcard: WardenPDA
|
||||
# ears: ClothingHeadsetSecurity
|
||||
# belt: ClothingBeltSecurityFilled
|
||||
# innerclothingskirt: ClothingUniformJumpskirtWarden
|
||||
# satchel: ClothingBackpackSatchelSecurityFilled
|
||||
# duffelbag: ClothingBackpackDuffelSecurityFilled
|
||||
|
||||
Reference in New Issue
Block a user