Airlock Painter now can be found in vendor, lathe, and closets (#7603)
This commit is contained in:
parent
f60cc73695
commit
ff05ec238e
|
|
@ -37,6 +37,8 @@
|
|||
prob: 0.3
|
||||
- id: CableApcStack
|
||||
prob: 0.3
|
||||
- id: AirlockPainter
|
||||
prob: 0.7
|
||||
|
||||
- type: entity
|
||||
id: LockerElectricalSuppliesFilled
|
||||
|
|
|
|||
|
|
@ -14,3 +14,4 @@
|
|||
GasAnalyzer: 5
|
||||
ClothingHandsGlovesColorYellowBudget: 5
|
||||
ClothingBeltUtility: 3
|
||||
AirlockPainter: 3
|
||||
|
|
|
|||
|
|
@ -64,6 +64,7 @@
|
|||
- Wrench
|
||||
- Crowbar
|
||||
- Multitool
|
||||
- AirlockPainter
|
||||
- MiniHoe
|
||||
- Shovel
|
||||
- Spade
|
||||
|
|
|
|||
|
|
@ -143,3 +143,12 @@
|
|||
materials:
|
||||
Steel: 800
|
||||
Glass: 300
|
||||
|
||||
- type: latheRecipe
|
||||
id: AirlockPainter
|
||||
icon: /Textures/Objects/Tools/airlock_painter.rsi/airlock_painter.png
|
||||
result: AirlockPainter
|
||||
completetime: 2
|
||||
materials:
|
||||
Steel: 300
|
||||
Plastic: 100
|
||||
|
|
|
|||
Loading…
Reference in New Issue