[MIRROR] Fixes cooling and anti-disruption RCD upgrades being unavialble for ancient protolathes (#27378)

* 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
🆑
fix: cooling and anti-disruption RCD upgrades can now be printed in
ancient protolathes
/🆑

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

---------

Co-authored-by: Iajret <8430839+Iajret@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-04-26 20:45:05 -04:00
committed by GitHub
co-authored by Iajret
parent 67f53d57c5
commit edafca7ae0
@@ -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,
@@ -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,