mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
Merge pull request #10661 from lbnesquik/Branch-Wet
Add a new contamination
This commit is contained in:
@@ -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,21 @@ 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")
|
||||
|
||||
var/global/list/contamination_colors = list("green",
|
||||
"white",
|
||||
"black",
|
||||
@@ -522,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()
|
||||
var/global/list/weavable_items = list()
|
||||
|
||||
Reference in New Issue
Block a user