mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-13 02:11:44 +01:00
Update xenobio_toys_vr.dm
this is why I shouldn't code late at night
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
/datum/design/item/weapon/xenobio/monkey_gun
|
||||
id = "bluespace monkey deployment system"
|
||||
name = "bluespace monkey deployment system"
|
||||
desc = "An Advanced monkey teleportation and rehydration system. For serious monkey business."
|
||||
id = "monkey_gun"
|
||||
req_tech = list(TECH_MATERIAL = 3, TECH_BIO = 3, TECH_POWER = 4, TECH_COMBAT = 4, TECH_BLUESPACE = 6)
|
||||
materials = list(MAT_PLASTEEL = 5000, MAT_GLASS = 5000, MAT_DIAMOND = 500, MAT_MORPHIUM = 350)
|
||||
build_path = /obj/item/weapon/xenobio/monkey_gun
|
||||
@@ -8,7 +10,7 @@
|
||||
/datum/design/item/weapon/xenobio/grinder
|
||||
name = "portable slime processor"
|
||||
desc = "This high tech device combines the slime processor with the latest in woodcutting technology."
|
||||
id = "slime_scanner"
|
||||
id = "slime_grinder"
|
||||
req_tech = list(TECH_MAGNET = 4, TECH_BIO = 7)
|
||||
materials = list(MAT_STEEL = 500, MAT_GLASS = 500, MAT_DIAMOND = 500, MAT_MORPHIUM = 100)
|
||||
build_path = /obj/item/weapon/slime_grinder
|
||||
|
||||
Reference in New Issue
Block a user