Skip to content
Open
2 changes: 1 addition & 1 deletion Resources/Maps/Dungeon/mineshaft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ entities:
- type: Transform
pos: 24.5,32.5
parent: 2
- proto: BorgModuleGPS
- proto: BorgModuleSurveillance
entities:
- uid: 800
components:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Maps/_NF/Dungeon/mineshaft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ entities:
- type: Transform
pos: 24.5,32.5
parent: 2
- proto: BorgModuleGPS
- proto: BorgModuleSurveillance
entities:
- uid: 800
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@
- BorgModuleAdvancedCleaning
- BorgModuleClowning
- BorgModuleGardening
- BorgModuleHarvesting
# - BorgModuleHarvesting
rareChance: 0.1
prototypes:
- BorgModuleCable
- BorgModuleFireExtinguisher
- BorgModuleGPS
- BorgModuleRadiationDetection
- BorgModuleSurveillance
# - BorgModuleRadiationDetection
- BorgModuleTool
- BorgModuleArtifact
- BorgModuleAnomaly
# - BorgModuleAnomaly
chance: 0.9
offset: 0.2
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
selectedBorgType: service
- type: BorgSwitchableSubtype # Goobstation
borgSubtype: default_service

- type: entity
id: BorgChassisSyndicateAssault
parent: BaseBorgChassisSyndicate
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/Player/silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@
- BorgModuleTool
# - BorgModuleFireExtinguisher # Frontier
- BorgModuleJetpack # Frontier
- BorgModuleGPS
- BorgModuleSurveillance
- type: ItemSlots
slots:
cell_slot:
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@
parent: DrinkGlassBase
id: DrinkGlass
components:
# Mono tag
- type: Tag
tags:
- Bartending
# tag end
- type: Sprite
sprite: Objects/Consumable/Drinks/glass_clear.rsi
layers:
Expand Down Expand Up @@ -130,6 +135,11 @@
parent: DrinkGlassBase
id: DrinkGlassCoupeShaped
components:
# Mono tag
- type: Tag
tags:
- Bartending
# tag end
- type: Sprite
sprite: Objects/Consumable/Drinks/glass_coupe_shape.rsi
layers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
name: shaker
description: The trusty mixing buddy of the bartender.
components:
# Mono tag
- type: Tag
tags:
- Bartending
# tag end
- type: SolutionContainerManager
solutions:
drink:
Expand Down Expand Up @@ -71,6 +76,11 @@
fillBaseName: fill
inHandsMaxFillLevels: 1
inHandsFillBaseName: -fill-
# Mono tag
- type: Tag
tags:
- Bartending
# tag end

- type: entity
parent: DrinkGlassBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,16 @@
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default

- type: entity # Mono
id: HandheldCrewMonitorBorg
parent: HandheldCrewMonitor
suffix: Borg
components:
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default
startingItem: PowerCellMicroreactor
disableEject: true
swap: false
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
parent: [BodyBag, RecyclableItemPlasticMedium] # Frontier: added RecyclableItemPlasticMedium
suffix: folded
components:
- type: Tag
tags:
- FoldedBodyBag # Mono
- type: Foldable
folded: true
# - type: BodyBagItem #TODO: we need some kind of generic placable, like thus:
Expand Down
Loading
Loading