Skip to content

Commit

Permalink
Progress!
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian16199 committed Mar 31, 2024
1 parent 386c115 commit 1f201af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ public sealed partial class ReverseEngineeringMachineComponent : Component
/// <summary>
/// Added to the 3d6, scales off of scanner.
/// </summary>
[DataField, ViewVariables(VVAccess.ReadWrite)]
public int ScanBonus = 1;
//public int ScanBonus = 1;


[DataField("machinePartDangerAversionScore", customTypeSerializer: typeof(PrototypeIdSerializer<MachinePartPrototype>))]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
# intensity: 1.75
# slope: 0.1
# enabled: false
- type: ReverseEngineeringMachine
# - type: ReverseEngineeringMachine

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
description: Destructively analyses pieces of technology in the hopes that we can retrieve information from them.
components:
- type: ReverseEngineeringMachine
scanBonus: 2
- type: Sprite
sprite: Nyanotrasen/Structures/Machines/reverse_engineering.rsi
snapCardinals: true
Expand Down

0 comments on commit 1f201af

Please sign in to comment.