mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
* expanding rupture procs adds hydromagnetic traps for power production. * Minor tweaks. * Adds modular guns using research components. * Updates materials to have a radiation_resistance variable, used in calculating radiation. Adds Lead as a material. * Un-zeros stock material radiation resistance. * Adds, and enables four 'end-events' for the RUST in place of the old Rupture() proc. * Map muckery? * absolute pathing i guess? * getting angry, travis. * TRAVIS STAHP * I... Comments? Lists? Who the hell knows.
18 lines
584 B
Plaintext
18 lines
584 B
Plaintext
//Additional fusion reagents. These likely don't have any other use aside from the RUST, but if you want to make stuff with 'em, be my guest.
|
|
|
|
/datum/reagent/helium3
|
|
name = "helium-3"
|
|
description = "A colorless, odorless, tasteless and generally inert gas used in fusion reactors. Non-radioactive."
|
|
id = "helium-3"
|
|
reagent_state = GAS
|
|
color = "#808080"
|
|
|
|
/obj/structure/reagent_dispensers/he3
|
|
name = "fueltank"
|
|
desc = "A fueltank."
|
|
icon = 'icons/obj/objects.dmi'
|
|
icon_state = "weldtank"
|
|
amount_per_transfer_from_this = 10
|
|
New()
|
|
..()
|
|
reagents.add_reagent("helium-3",1000) |