From 33bc324fa4d5d7b2042450a89559e00fcc49dabd Mon Sep 17 00:00:00 2001 From: Alberyk Date: Sat, 23 Dec 2017 21:05:53 -0200 Subject: [PATCH] Changes phoron gas color to purple (#4003) --- code/defines/gases.dm | 2 +- html/changelogs/alberyk-plasma.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/alberyk-plasma.yml diff --git a/code/defines/gases.dm b/code/defines/gases.dm index 560b14380b5..22722cb962b 100644 --- a/code/defines/gases.dm +++ b/code/defines/gases.dm @@ -31,7 +31,7 @@ //and following a N/Z ratio of 1.5, the molar mass of a monatomic gas is: molar_mass = 0.405 // kg/mol - tile_overlay = "phoron" + tile_overlay = "plasma-purple" overlay_limit = 0.7 flags = XGM_GAS_FUEL | XGM_GAS_CONTAMINANT diff --git a/html/changelogs/alberyk-plasma.yml b/html/changelogs/alberyk-plasma.yml new file mode 100644 index 00000000000..ca591c2a325 --- /dev/null +++ b/html/changelogs/alberyk-plasma.yml @@ -0,0 +1,4 @@ +author: Alberyk +delete-after: True +changes: + - imageadd: "Phoron gas should be purple now, to match the solid and liquid form."