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."