mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user