mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Changes all appropriate instances of 'Plasma' to 'Phoron'
This commit is contained in:
@@ -804,8 +804,8 @@ datum/design/mech_repair_droid
|
||||
category = "Exosuit Equipment"
|
||||
|
||||
datum/design/mech_plasma_generator
|
||||
name = "Exosuit Module Design (Plasma Converter Module)"
|
||||
desc = "Exosuit-mounted plasma converter."
|
||||
name = "Exosuit Module Design (Phoron Generator Module)"
|
||||
desc = "Exosuit-mounted phoron generator."
|
||||
id = "mech_plasma_generator"
|
||||
build_type = MECHFAB
|
||||
req_tech = list("plasmatech" = 2, "powerstorage"= 2, "engineering" = 2)
|
||||
|
||||
@@ -34,7 +34,7 @@ When thinking about new stuff, check here to see if there are any slots unfilled
|
||||
|
||||
//MATERIALS
|
||||
1 | Metal
|
||||
2 | Solid Plasma
|
||||
2 | Solid Phoron
|
||||
3 | Silver
|
||||
4 | Gold, Super Capacitor
|
||||
5 | Uranium, Nuclear Gun, SUPERPACMAN
|
||||
@@ -54,9 +54,9 @@ When thinking about new stuff, check here to see if there are any slots unfilled
|
||||
19 |
|
||||
20 |
|
||||
|
||||
//PLASMA TECH
|
||||
//PHORON TECH
|
||||
1 |
|
||||
2 | Solid Plasma
|
||||
2 | Solid Phoron
|
||||
3 | Pacman Generator
|
||||
4 |
|
||||
5 |
|
||||
|
||||
@@ -78,7 +78,7 @@ won't update every console in existence) but it's more of a hassle to do. Also,
|
||||
if("silver")
|
||||
return_name = "Silver"
|
||||
if("plasma")
|
||||
return_name = "Solid Plasma"
|
||||
return_name = "Solid Phoron"
|
||||
if("uranium")
|
||||
return_name = "Uranium"
|
||||
if("diamond")
|
||||
@@ -786,8 +786,8 @@ won't update every console in existence) but it's more of a hassle to do. Also,
|
||||
if(linked_lathe.silver_amount >= 10000) dat += "<A href='?src=\ref[src];lathe_ejectsheet=silver;lathe_ejectsheet_amt=5'>(5 Sheets)</A> "
|
||||
if(linked_lathe.silver_amount >= 2000) dat += "<A href='?src=\ref[src];lathe_ejectsheet=silver;lathe_ejectsheet_amt=50'>(Max Sheets)</A>"
|
||||
dat += "<BR>"
|
||||
//Plasma
|
||||
dat += "* [linked_lathe.plasma_amount] cm<sup>3</sup> of Solid Plasma || "
|
||||
//Phoron
|
||||
dat += "* [linked_lathe.plasma_amount] cm<sup>3</sup> of Solid Phoron || "
|
||||
dat += "Eject: "
|
||||
if(linked_lathe.plasma_amount >= 2000) dat += "<A href='?src=\ref[src];lathe_ejectsheet=plasma;lathe_ejectsheet_amt=1'>(1 Sheet)</A> "
|
||||
if(linked_lathe.plasma_amount >= 10000) dat += "<A href='?src=\ref[src];lathe_ejectsheet=plasma;lathe_ejectsheet_amt=5'>(5 Sheets)</A> "
|
||||
|
||||
@@ -189,7 +189,7 @@ datum/tech/engineering
|
||||
id = "engineering"
|
||||
|
||||
datum/tech/plasmatech
|
||||
name = "Plasma Research"
|
||||
name = "Phoron Research"
|
||||
desc = "Research into the mysterious substance colloqually known as 'plasma'."
|
||||
id = "plasmatech"
|
||||
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
age_million = rand(1,999)
|
||||
find_presence["iron"] = rand(1,1000) / 100
|
||||
source_mineral = "iron"
|
||||
if("Plasma")
|
||||
if("Phoron")
|
||||
age_thousand = rand(1,999)
|
||||
age_million = rand(1,999)
|
||||
age_billion = rand(10, 13)
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
dat += "[field_type=="iron"?"<b>":"" ]<A href='?src=\ref[src];select_field=iron'>Iron wafer conduction field</A></b><br>"
|
||||
dat += "[field_type=="calcium"?"<b>":"" ]<A href='?src=\ref[src];select_field=calcium'>Calcium binary deoxidiser</A></b><br>"
|
||||
dat += "[field_type=="plasma"?"<b>":"" ]<A href='?src=\ref[src];select_field=chlorine'>Chlorine diffusion emissions</A></b><br>"
|
||||
dat += "[field_type=="plasma"?"<b>":"" ]<A href='?src=\ref[src];select_field=plasma'>Plasma saturated field</A></b><br>"
|
||||
dat += "[field_type=="plasma"?"<b>":"" ]<A href='?src=\ref[src];select_field=plasma'>Phoron saturated field</A></b><br>"
|
||||
else
|
||||
dat += "<br>"
|
||||
dat += "<br>"
|
||||
|
||||
Reference in New Issue
Block a user