mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +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
|
/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)
|
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)
|
materials = list(MAT_PLASTEEL = 5000, MAT_GLASS = 5000, MAT_DIAMOND = 500, MAT_MORPHIUM = 350)
|
||||||
build_path = /obj/item/weapon/xenobio/monkey_gun
|
build_path = /obj/item/weapon/xenobio/monkey_gun
|
||||||
@@ -8,7 +10,7 @@
|
|||||||
/datum/design/item/weapon/xenobio/grinder
|
/datum/design/item/weapon/xenobio/grinder
|
||||||
name = "portable slime processor"
|
name = "portable slime processor"
|
||||||
desc = "This high tech device combines the slime processor with the latest in woodcutting technology."
|
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)
|
req_tech = list(TECH_MAGNET = 4, TECH_BIO = 7)
|
||||||
materials = list(MAT_STEEL = 500, MAT_GLASS = 500, MAT_DIAMOND = 500, MAT_MORPHIUM = 100)
|
materials = list(MAT_STEEL = 500, MAT_GLASS = 500, MAT_DIAMOND = 500, MAT_MORPHIUM = 100)
|
||||||
build_path = /obj/item/weapon/slime_grinder
|
build_path = /obj/item/weapon/slime_grinder
|
||||||
|
|||||||
Reference in New Issue
Block a user