mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
fixes lavaproof rods, adds to rnd (#23388)
* fixes lavaproof rods, adds to rnd * Update code/game/turfs/simulated/floor/lava.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * moves return * returns early * Update code/game/turfs/simulated/floor/lava.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/game/turfs/simulated/floor/lava.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> --------- Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -110,3 +110,13 @@
|
||||
materials = list(MAT_METAL = 8000, MAT_GLASS = 1500, MAT_SILVER = 2000, MAT_GOLD = 2000, MAT_DIAMOND = 2000)
|
||||
build_path = /obj/item/borg/upgrade/modkit/aoe/turfs
|
||||
category = list("Mining", "Cyborg Upgrade Modules")
|
||||
|
||||
/datum/design/lavarods
|
||||
name = "Lava-Resistant Iron Rods"
|
||||
desc = "Treated, specialized iron rods. When exposed to the vacuum of space their coating breaks off, but they can hold up against the extreme heat of molten liquids."
|
||||
id = "lavarod"
|
||||
req_tech = list("materials" = 7, "engineering" = 5)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(MAT_METAL = 1000, MAT_PLASMA = 1000, MAT_TITANIUM = 1000)
|
||||
build_path = /obj/item/stack/rods/lava
|
||||
category = list("Mining")
|
||||
|
||||
Reference in New Issue
Block a user