Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

surgery and shitmed tweaks #2721

Merged
merged 26 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
components:
- type: PsionicBonusChance #Nyano - Summary: makes it more likely to become psionic.
flatBonus: 0.025
# Shitmed Change, DeltaV role modifiers bad
# - !type:AddComponentSpecial
# components:
# - type: SurgerySpeedModifier
# speedModifier: 2.5 - end DeltaV
# Shitmed Change
#- !type:AddComponentSpecial
# components:
# - type: SurgerySpeedModifier
# speedModifier: 2.5
Lyndomen marked this conversation as resolved.
Show resolved Hide resolved

- type: startingGear
id: CMOGear
Expand Down
14 changes: 8 additions & 6 deletions Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@
- Maintenance
extendedAccess:
- Chemistry
- Paramedic # Begin DeltaV - Add Paramedic access
# Begin DeltaV changes
- Paramedic # Add Paramedic access
- Surgery # Add Surgery access
# special: # Shitmed change
# - !type:AddComponentSpecial
# components:
# - type: SurgerySpeedModifier
# speedModifier: 1.75 # End DeltaV
#special: Shitmed change
#- !type:AddComponentSpecial
# components:
# - type: SurgerySpeedModifier
# speedModifier: 1.75
# End DeltaV

- type: startingGear
id: DoctorGear
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
access:
- Medical
- Maintenance
#special: # Shitmed change - begin DeltaV
#special: DeltaV - role modifiers bad
Lyndomen marked this conversation as resolved.
Show resolved Hide resolved
#- !type:AddComponentSpecial
# components:
# - type: SurgerySpeedModifier
# speedModifier: 1.5 - end DeltaV
# speedModifier: 1.5

- type: startingGear
id: MedicalInternGear
Expand Down
10 changes: 5 additions & 5 deletions Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
- Paramedic # DeltaV - Add Paramedic access
extendedAccess:
- Chemistry
# special: # Shitmed change, begin DeltaV, role modifiers bad
# - !type:AddComponentSpecial
# components:
# - type: SurgerySpeedModifier
# speedModifier: 1.75 - end DeltaV
# special: # DeltaV - role modifiers bad
# - !type:AddComponentSpecial
# components:
# - type: SurgerySpeedModifier
# speedModifier: 1.75

- type: startingGear
id: ParamedicGear
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/_DV/Roles/Jobs/Medical/surgeon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
- Medical
- Surgery
- Maintenance
#special: Shitmed, begin DeltaV role modifiers bad
#special: DeltaV role modifiers bad
#- !type:AddComponentSpecial
#components:
#- type: SurgerySpeedModifier
#speedModifier: 1.5 - end DeltaV
# components:
# - type: SurgerySpeedModifier
# speedModifier: 2.0
- type: startingGear
id: SurgeonGear
equipment:
Expand Down
Loading