Skip to content

Commit

Permalink
Remove handheld crew monitor (#24761)
Browse files Browse the repository at this point in the history
* Remove handheld crew monitor

- It's supposed to be a CMO computer.
- It's getting powercrept and added everywhere.

* These too

* And this
  • Loading branch information
metalgearsloth authored Jan 31, 2024
1 parent c181ba4 commit bbc6d29
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 173 deletions.
2 changes: 0 additions & 2 deletions Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
components:
- type: StorageFill
contents:
- id: SyndiCrewMonitorEmpty
amount: 1
- id: PowerCellHigh
amount: 1
- id: ClothingEyesGlassesHiddenSecurity
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@
- id: ClothingHeadHatBeretCmo
- id: ClothingOuterHardsuitMedical
- id: Hypospray
- id: HandheldCrewMonitor
- id: DoorRemoteMedical
- id: RubberStampCMO
- id: MedicalTechFabCircuitboard
Expand All @@ -183,7 +182,6 @@
- id: ClothingBackpackDuffelSurgeryFilled
- id: ClothingMaskSterile
- id: Hypospray
- id: HandheldCrewMonitor
- id: DoorRemoteMedical
- id: RubberStampCMO
- id: MedicalTechFabCircuitboard
Expand Down
13 changes: 6 additions & 7 deletions Resources/Prototypes/Catalog/thief_toolbox_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: ChameleonSet
name: thief-backpack-category-chameleon-name
description: thief-backpack-category-chameleon-description
sprite:
sprite:
sprite: /Textures/Clothing/OuterClothing/Misc/black_hoodie.rsi
state: icon
content:
Expand All @@ -19,7 +19,7 @@
id: ToolsSet
name: thief-backpack-category-tools-name
description: thief-backpack-category-tools-description
sprite:
sprite:
sprite: Objects/Tools/jaws_of_life.rsi
state: jaws_pry
content:
Expand Down Expand Up @@ -66,7 +66,7 @@
id: SleeperSet
name: thief-backpack-category-sleeper-name
description: thief-backpack-category-sleeper-description
sprite:
sprite:
sprite: Objects/Tanks/anesthetic.rsi
state: icon
content:
Expand All @@ -83,22 +83,21 @@
id: CommunicatorSet
name: thief-backpack-category-communicator-name
description: thief-backpack-category-communicator-description
sprite:
sprite:
sprite: Objects/Tools/spy_device.rsi
state: icon
content:
- EncryptionKeyStationMaster
- CyberPen
- SpyCrewMonitor
- BriefcaseThiefBribingBundleFilled
- ClothingMaskGasVoiceChameleon
#- todo Chameleon Stamp

- type: thiefBackpackSet
id: SmugglerSet
name: thief-backpack-category-smuggler-name
description: thief-backpack-category-smuggler-description
sprite:
sprite:
sprite: Clothing/Neck/Cloaks/void.rsi
state: icon
content:
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@
- AnomalyScanner
- AnomalyLocator
- AnomalyLocatorWide
- HandheldCrewMonitor
- Scalpel
- Retractor
- Cautery
Expand Down Expand Up @@ -826,7 +825,6 @@
- MedkitRadiation
- MedkitCombat
dynamicRecipes:
- HandheldCrewMonitor
- ClothingHandsGlovesNitrile
- CryostasisBeaker
- LargeBeaker
Expand Down
10 changes: 0 additions & 10 deletions Resources/Prototypes/Recipes/Lathes/medical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,6 @@
materials:
Cloth: 200

- type: latheRecipe
id: HandheldCrewMonitor
result: HandheldCrewMonitorEmpty
category: Tools
completetime: 2
materials:
Glass: 1200
Steel: 1000
Plastic: 1400

- type: latheRecipe
id: HandheldHealthAnalyzer
result: HandheldHealthAnalyzerEmpty
Expand Down
12 changes: 0 additions & 12 deletions Resources/Prototypes/Research/biochemical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,6 @@
technologyPrerequisites:
- Chemistry

- type: technology
id: CrewMonitoring
name: research-technology-crew-monitoring
icon:
sprite: Objects/Specific/Medical/handheldcrewmonitor.rsi
state: scanner
discipline: Biochemical
tier: 2
cost: 10000
recipeUnlocks:
- HandheldCrewMonitor

# Tier 3

- type: technology
Expand Down
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
8 changes: 8 additions & 0 deletions Resources/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,11 @@ DefaultStationBeaconTeslaEngine: null
ClothingBackpackSecurityFilledDetective: ClothingBackpackFilledDetective
ClothingBackpackDuffelSecurityFilledDetective: ClothingBackpackDuffelFilledDetective
ClothingBackpackSatchelSecurityFilledDetective: ClothingBackpackSatchelFilledDetective

# 2024-01-31
HandheldCrewMonitorEmpty: null
HandheldCrewMonitor: null
SpyCrewMonitor: null
SpyCrewMonitorEmpty: null
SyndiCrewMonitor: null
SyndiCrewMonitorEmpty: null

0 comments on commit bbc6d29

Please sign in to comment.