Skip to content

Commit

Permalink
[MIRROR] Fixes cooling and anti-disruption RCD upgrades being unavial…
Browse files Browse the repository at this point in the history
…ble for ancient protolathes (#2065)

* Fixes cooling and anti-disruption RCD upgrades being unavialble for ancient protolathes (#82719)

## About The Pull Request
Makes this upgrades available for ghostroles and such


![image](https://github.com/tgstation/tgstation/assets/8430839/01b4a947-1108-4c2f-86d6-df134e20c14c)
## Why It's Good For The Game
Having ability to use RCD faster iskinda good
## Changelog
:cl:
fix: cooling and anti-disruption RCD upgrades can now be printed in
ancient protolathes
/:cl:

* Fixes cooling and anti-disruption RCD upgrades being unavialble for ancient protolathes

---------

Co-authored-by: Iajret <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Apr 19, 2024
1 parent cd8ed59 commit 8afc9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/research/designs/tool_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
name = "RCD anti disruption designs upgrade"
desc = "Prevents interruption of RCD construction and deconstruction."
id = "rcd_upgrade_anti_interrupt"
build_type = PROTOLATHE
build_type = PROTOLATHE | AWAY_LATHE
materials = list(
/datum/material/iron = SHEET_MATERIAL_AMOUNT * 2.5,
/datum/material/glass = SHEET_MATERIAL_AMOUNT * 1.25,
Expand All @@ -154,7 +154,7 @@
name = "RCD cooling upgrade"
desc = "Allows the RCD to more quickly perform multiple actions at once."
id = "rcd_upgrade_cooling"
build_type = PROTOLATHE
build_type = PROTOLATHE | AWAY_LATHE
materials = list(
/datum/material/iron = SHEET_MATERIAL_AMOUNT * 2,
/datum/material/glass = SHEET_MATERIAL_AMOUNT,
Expand Down

0 comments on commit 8afc9b8

Please sign in to comment.