mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
Fixes a bad material discovered by the new unit test!
* "mutagen" is a reagent, not a material; it goes in the chemicals list.
This commit is contained in:
@@ -510,7 +510,8 @@ other types of metals and chemistry for reagents).
|
||||
/datum/design/item/weapon/decloner
|
||||
id = "decloner"
|
||||
req_tech = list(TECH_COMBAT = 8, TECH_MATERIAL = 7, TECH_BIO = 5, TECH_POWER = 6)
|
||||
materials = list("gold" = 5000,"uranium" = 10000, "mutagen" = 40)
|
||||
materials = list("gold" = 5000,"uranium" = 10000)
|
||||
chemicals = list("mutagen" = 40)
|
||||
build_path = /obj/item/weapon/gun/energy/decloner
|
||||
sort_string = "TAAAE"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user