Fix technology levels of some items (#29596)

* Synchronize TECH defines with /datum/tech IDs

* Fix origin_tech values

---------

Co-authored-by: Arthri <41360489+a@users.noreply.github.com>
This commit is contained in:
Arthri
2025-06-30 10:37:55 +00:00
committed by GitHub
co-authored by Arthri
parent 2218cc5360
commit ab5a7fdcbe
9 changed files with 22 additions and 22 deletions
@@ -416,7 +416,7 @@
name = "executive service upgrade"
desc = "An upgrade that replaces a service cyborg's Rapid Service Fabricator with a classy Executive version."
icon_state = "cyborg_upgrade5"
origin_tech = "bio=2;materials=1"
origin_tech = "biotech=2;materials=1"
require_module = TRUE
module_type = /obj/item/robot_module/butler
items_to_add = list(/obj/item/kitchen/knife/cheese)