Skip to content

Commit 9a6bfd3

Browse files
faster construction, fewer resources
1 parent 0b67566 commit 9a6bfd3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

code/datums/supply_packs/engineering.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443

444444
)
445445
name = "Fission reactor starter kit"
446-
cost = 500 //Includes a lot of plasteel. Fuck you, ask the miners for more you socially inept jobbie.
446+
cost = 450 //Includes a lot of plasteel. Fuck you, ask the miners for more you socially inept jobbie.
447447
containertype = /obj/structure/closet/crate/secure/large/reinforced/shard/empty
448448
containername = "Fission reactor starter kit"
449449
group = "Engineering"
@@ -463,7 +463,7 @@
463463
/obj/item/weapon/storage/box/fissionsupply_casing,
464464
)
465465
name = "Fission reactor expansion pak"
466-
cost = 200 //See above.
466+
cost = 175 //See above.
467467
containertype = /obj/structure/closet/crate/secure/large/reinforced/shard/empty
468468
containername = "Fission reactor expansion pak"
469469
group = "Engineering"

code/game/objects/items/stacks/stack_recipes.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,9 +447,9 @@ var/list/datum/stack_recipe/plasteel_recipes = list (
447447
new/datum/stack_recipe("fire truck bed", /obj/structure/bed/racecar/firetruck, 2, one_per_turf = 1, on_floor = 1),
448448
)),
449449
null,
450-
new/datum/stack_recipe("Reinforced machine frame", /obj/machinery/constructable_frame/machine_frame/reinforced, 5, time = 60, one_per_turf = 1 ),
450+
new/datum/stack_recipe("Reinforced machine frame", /obj/machinery/constructable_frame/machine_frame/reinforced, 5, time = 40, one_per_turf = 1 ),
451451
null,
452-
new/datum/stack_recipe("Reactor casing frame", /obj/structure/girder/reactor, 4, time = 30, one_per_turf = 1 ),
452+
new/datum/stack_recipe("Reactor casing frame", /obj/structure/girder/reactor, 3, time = 30, one_per_turf = 1 ),
453453
new/datum/stack_recipe("Reactor fuel reservoir", /obj/item/weapon/fuelrod, 2, time = 25),
454454
new/datum/stack_recipe("Small reactor fuel reservoir", /obj/item/weapon/fuelrod/small, 1, time = 10),
455455
)

code/game/objects/items/weapons/manuals.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@ Though often said to be old, outdated technology, fission power should not be un
13901390
<h2>What you'll need</h2>
13911391
building a reactor is an expensive endeavor, costing a lot of both time and resources. For the most basic of reactor designs, here is the bare minimum needed to set one up and start generating power. Most of the materials are either provided in the starter kit, or should be available on-site.
13921392
<ul>
1393-
<li>69 sheets of plasteel</li>
1393+
<li>60 sheets of plasteel</li>
13941394
<li>42 metal rods</li>
13951395
<li>15 lengths of wire</li>
13961396
<li>3 mater bins</li>
@@ -1419,7 +1419,7 @@ building a reactor is an expensive endeavor, costing a lot of both time and reso
14191419
<h2>How to construct the parts</h2>
14201420
<h3>Reactor Casing</h3>
14211421
<ol>
1422-
<li>Use 4 plasteel to construct a reactor casing frame in the desired location</li>
1422+
<li>Use 3 plasteel to construct a reactor casing frame in the desired location</li>
14231423
<li>Insert 4 metal rods inside of the frame</li>
14241424
<li>Use a screwdriver to fasten the rods</li>
14251425
<li>(Optional) Insert a straight pipe into the frame to make it a coolant port</li>

0 commit comments

Comments
 (0)