From d5deb24bc44d4e8f5cde994af3800057242f0a44 Mon Sep 17 00:00:00 2001 From: lbnesquik Date: Thu, 17 Jun 2021 04:29:55 +0200 Subject: [PATCH 1/2] Add a new contamination --- code/_helpers/global_lists_vr.dm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/code/_helpers/global_lists_vr.dm b/code/_helpers/global_lists_vr.dm index 6c1fd9d261e..2a7593d2c4b 100644 --- a/code/_helpers/global_lists_vr.dm +++ b/code/_helpers/global_lists_vr.dm @@ -232,6 +232,7 @@ var/global/list/contamination_flavors = list( "Dirty" = contamination_flavors_dirty, "Musky" = contamination_flavors_musky, "Smelly" = contamination_flavors_smelly, + "slimy" = contamination_flavors_slimy, "Wet" = contamination_flavors_wet) var/global/list/contamination_flavors_generic = list("acrid", @@ -435,6 +436,22 @@ var/global/list/contamination_flavors_musky = list("drenched", "sticky", "tainted") +var/global/list/contamination_flavors_slimy = list("slimy", + "sloppy", + "drippy", + "glistening", + "dripping", + "gunky", + "slimed", + "mucky", + "viscous", + "dank", + "glutinous", + "syrupy", + "slippery", + "gelatinous", + "thick") + var/global/list/contamination_colors = list("green", "white", "black", From f67d11f7b904410b04a0a5d1a156fde8d1ce82f6 Mon Sep 17 00:00:00 2001 From: Kates <24830358+lbnesquik@users.noreply.github.com> Date: Thu, 17 Jun 2021 17:47:23 +0200 Subject: [PATCH 2/2] Update global_lists_vr.dm --- code/_helpers/global_lists_vr.dm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/code/_helpers/global_lists_vr.dm b/code/_helpers/global_lists_vr.dm index 2a7593d2c4b..0d2ed5e5d63 100644 --- a/code/_helpers/global_lists_vr.dm +++ b/code/_helpers/global_lists_vr.dm @@ -232,7 +232,7 @@ var/global/list/contamination_flavors = list( "Dirty" = contamination_flavors_dirty, "Musky" = contamination_flavors_musky, "Smelly" = contamination_flavors_smelly, - "slimy" = contamination_flavors_slimy, + "Slimy" = contamination_flavors_slimy, "Wet" = contamination_flavors_wet) var/global/list/contamination_flavors_generic = list("acrid", @@ -449,8 +449,7 @@ var/global/list/contamination_flavors_slimy = list("slimy", "glutinous", "syrupy", "slippery", - "gelatinous", - "thick") + "gelatinous") var/global/list/contamination_colors = list("green", "white", @@ -539,4 +538,4 @@ var/global/list/remainless_species = list(SPECIES_PROMETHEAN, return 1 // Hooks must return 1 var/global/list/weavable_structures = list() -var/global/list/weavable_items = list() \ No newline at end of file +var/global/list/weavable_items = list()