Adds a disposal bin that washes clothes and other oddities

This commit is contained in:
Casey
2022-04-17 13:51:59 -04:00
committed by Darlantan
parent 9f1d014ae6
commit 4c301c2d58
15 changed files with 41915 additions and 74 deletions

View File

@@ -151,7 +151,7 @@
"Their %belly looks larger than usual.")
var/item_digest_mode = IM_DIGEST_FOOD // Current item-related mode from item_digest_modes
var/contaminates = TRUE // Whether the belly will contaminate stuff
var/contaminates = FALSE // Whether the belly will contaminate stuff
var/contamination_flavor = "Generic" // Determines descriptions of contaminated items
var/contamination_color = "green" // Color of contamination overlay

View File

@@ -810,7 +810,7 @@
host.vore_selected.item_digest_mode = new_mode
host.vore_selected.items_preserved.Cut() //Re-evaltuate all items in belly on belly-mode change
. = TRUE
if("b_contaminates")
if("b_contaminate")
host.vore_selected.contaminates = !host.vore_selected.contaminates
. = TRUE
if("b_contamination_flavor")