Skip to content

Commit

Permalink
Tweak: Nerf RCD (#3155)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdGinalD authored Jul 14, 2023
1 parent 2d3372d commit d3139a4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion code/game/mecha/equipment/tools/work_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
icon_state = "mecha_rcd"
origin_tech = "materials=4;bluespace=3;magnets=4;powerstorage=4;engineering=4"
equip_cooldown = 10
energy_drain = 300
energy_drain = 500
range = MECHA_MELEE | MECHA_RANGED
flags_2 = NO_MAT_REDEMPTION_2
var/obj/item/rcd/mecha_ref/rcd_holder
Expand Down
10 changes: 1 addition & 9 deletions code/modules/research/designs/autolathe_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
name = "Compressed Matter Cartridge"
id = "rcd_ammo"
build_type = AUTOLATHE
materials = list(MAT_METAL = 16000, MAT_GLASS=8000)
materials = list(MAT_METAL = 48000, MAT_GLASS=24000)
build_path = /obj/item/rcd_ammo
category = list("initial","Construction")

Expand Down Expand Up @@ -752,14 +752,6 @@
build_path = /obj/item/flamethrower/full
category = list("hacked", "Security")

/datum/design/rcd
name = "Rapid Construction Device (RCD)"
id = "rcd"
build_type = AUTOLATHE
materials = list(MAT_METAL = 30000)
build_path = /obj/item/rcd
category = list("hacked", "Construction")

/datum/design/rpd
name = "Rapid Pipe Dispenser (RPD)"
id = "rpd"
Expand Down
10 changes: 10 additions & 0 deletions code/modules/research/designs/equipment_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
build_path = /obj/item/weldingtool/experimental
category = list("Equipment")

/datum/design/rcd
name = "Rapid Construction Device (RCD)"
desc = "A device used to rapidly build and deconstruct walls, floors and airlocks."
id = "rcd"
req_tech = list("materials" = 1, "engineering" = 3, "programming" = 2)
build_type = PROTOLATHE
materials = list(MAT_METAL = 30000)
build_path = /obj/item/rcd
category = list("Equipment")

/datum/design/health_hud
name = "Health Scanner HUD"
desc = "A heads-up display that scans the humans in view and provides accurate data about their health status."
Expand Down

0 comments on commit d3139a4

Please sign in to comment.