Fixes to Rnd MkII (#653)

Fixes #648
This commit is contained in:
LordFowl
2016-07-31 01:07:58 +03:00
committed by skull132
parent 9cf53dfa45
commit 8254478a3f
7 changed files with 58 additions and 17 deletions
+1 -1
View File
@@ -1328,7 +1328,7 @@ datum/design/item/weapon/lasercannon
datum/design/item/weapon/decloner
id = "decloner"
req_tech = list("combat" = 8, "materials" = 7, "biotech" = 5, "powerstorage" = 6)
materials = list("$gold" = 5000,"$uranium" = 10000, "mutagen" = 40)
materials = list("$gold" = 5000,"$uranium" = 10000)
build_path = /obj/item/weapon/gun/energy/decloner
locked = 1