Skip to content

Commit

Permalink
fixes, removed my coflmod
Browse files Browse the repository at this point in the history
  • Loading branch information
rynkatze committed Aug 23, 2024
1 parent e08319d commit 37235c8
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 20 deletions.
Binary file not shown.
23 changes: 23 additions & 0 deletions Resources/Prototypes/Entities/Clothing/SP14/Uniforms/jumpsuits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,26 @@
sprite: Clothing/Uniforms/Jumpsuit/sp14maintenancetech.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/sp14maintenancetech.rsi

type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitSP14ChiefCustodialOfficer
name: chief custodial officer's uniform
description: A formal security suit for officers complete with Nanotrasen belt buckle.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/warden.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/warden.rsi
- type: Item
inhandVisuals:
left:
- state: inhand-left
color: "#C12D30"
sprite: Clothing/Uniforms/Jumpsuit/color.rsi
- state: overlay-inhand-left
right:
- state: inhand-right
color: "#C12D30"
sprite: Clothing/Uniforms/Jumpsuit/color.rsi
- state: overlay-inhand-right
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,8 @@
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitWarden
name: chief custodial officer's uniform
name:
's uniform
description: A formal security suit for officers complete with Nanotrasen belt buckle.
components:
- type: Sprite
Expand Down
19 changes: 0 additions & 19 deletions Resources/Prototypes/Recipes/Construction/structures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -542,25 +542,6 @@
placementMode: SnapgridCenter
canRotate: false

- type: construction
name: plastitanium window
id: PlastitaniumWindow
graph: Window
startNode: start
targetNode: plastitaniumWindow
category: construction-category-structures
canBuildInImpassable: true
description: Extremely hardy window to keep an eye on prisoners with little risk of them reaching you.
conditions:
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
icon:
sprite: Structures/Windows/plastitanium_window.rsi
state: full
objectType: Structure
placementMode: SnapgridCenter
canRotate: false

- type: construction
name: shuttle window
id: ShuttleWindow
Expand Down

0 comments on commit 37235c8

Please sign in to comment.