Skip to content

Commit

Permalink
Surgery fixes (#221)
Browse files Browse the repository at this point in the history
* Fix medborg surgery and give them targeting

* fix medical jobs not being fast at surgery
  • Loading branch information
Vonsant authored Jan 4, 2025
1 parent b00335e commit 68aee7a
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@
Heat: 10 # capable of touching light bulbs and stoves without feeling pain!
- type: TTS # Corvax-TTS
voice: TrainingRobot
- type: Targeting # Corvax-Next-Surgery

- type: entity
abstract: true
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Medical/chemist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
components:
#- type: CPRTraining
- type: SurgerySpeedModifier
SpeedModifier: 1.75
speedModifier: 1.75
#end-_CorvaxNext: surgery

- type: startingGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#start-_CorvaxNext: surgery
#- type: CPRTraining
- type: SurgerySpeedModifier
SpeedModifier: 2.5
speedModifier: 2.5
#end-_CorvaxNext: surgery

- type: startingGear
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#start-_CorvaxNext: surgery
#- type: CPRTraining
- type: SurgerySpeedModifier
SpeedModifier: 1.75
speedModifier: 1.75
#end-_CorvaxNext: surgery

- type: startingGear
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#start-_CorvaxNext: surgery
#- type: CPRTraining
- type: SurgerySpeedModifier
SpeedModifier: 1.5
speedModifier: 1.5
#end-_CorvaxNext: surgery

- type: startingGear
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#start-_CorvaxNext: surgery
#- type: CPRTraining
- type: SurgerySpeedModifier
SpeedModifier: 1.75
speedModifier: 1.75
#end-_CorvaxNext: surgery

- type: startingGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
- Maintenance
extendedAccess:
- Chemistry
special:
- !type:AddComponentSpecial
components:
- type: SurgerySpeedModifier
speedModifier: 2.5

- type: startingGear
id: SurgeonGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant ]
- !type:AddComponentSpecial
components:
- type: SurgerySpeedModifier
speedModifier: 1.75

- type: startingGear
id: BrigmedicGear
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/borg_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@
- type: ShowHealthIcons
damageContainers:
- Biological
- type: SurgeryTarget # Corvax-Next-Surgery
- type: Sanitized # Corvax-Next-Surgery

# Visual
inventoryTemplateId: borgDutch
Expand Down

0 comments on commit 68aee7a

Please sign in to comment.