Skip to content

Commit

Permalink
Fixed things
Browse files Browse the repository at this point in the history
  • Loading branch information
Nox38 committed Feb 5, 2025
1 parent 1c70c5c commit 731543f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,24 @@
- type: BorgModuleIcon
icon: { sprite: Interface/Actions/actions_borg.rsi, state: tool-module }

- type: entity
id: BorgModuleGPS # depreciated
parent: [ BaseBorgModule, BaseProviderBorgModule ]
name: GPS cyborg module
description: For cyborgs that keep getting lost.
components:
- type: Sprite
layers:
- state: generic
- state: icon-gps
- type: ItemBorgModule
items:
- HandheldGPSBasic
- HandHeldMassScannerBorg
- HandheldStationMapUnpowered
- type: BorgModuleIcon
icon: { sprite: Interface/Actions/actions_borg.rsi, state: gps-module }

# cargo modules
- type: entity
id: BorgModuleAppraisal
Expand Down Expand Up @@ -314,6 +332,7 @@
items:
- LightReplacer
- BorgTrashBag
- Plunger
- type: BorgModuleIcon
icon: { sprite: Interface/Actions/actions_borg.rsi, state: light-replacer-module }

Expand Down
3 changes: 1 addition & 2 deletions Resources/Prototypes/Research/industrial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
recipeUnlocks:
- RadarConsoleCircuitboard
- HandHeldMassScanner
- BorgModuleGPS


- type: technology
id: AdvancedPowercells
name: research-technology-advanced-powercells
Expand Down
1 change: 0 additions & 1 deletion Resources/ServerInfo/Guidebook/Science/Cyborgs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
[color=#a4885c]Generic[/color] modules add versatility. They can be fitted into any chassis, granting useful tools such as crowbars, GPS, and the ability to interact with cables. [bold]The generic cyborg chassis can fit up to five additional modules.[/bold]
<Box>
<GuideEntityEmbed Entity="BorgModuleCable" Caption="Cable"/>
<GuideEntityEmbed Entity="BorgModuleGPS" Caption="GPS"/>
<GuideEntityEmbed Entity="BorgModuleFireExtinguisher" Caption="Fire Extinguisher"/>
</Box>
<Box>
Expand Down

0 comments on commit 731543f

Please sign in to comment.