mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-02 21:44:17 +00:00
Adds a disposal bin that washes clothes and other oddities
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user