mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-12 16:53:35 +01:00
[MIRROR] makes contamination off by default (#10511)
Co-authored-by: TankTheBirb <96669534+TankTheBirb@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f847c3399f
commit
bf5b03c0d4
@@ -140,7 +140,7 @@
|
||||
var/tmp/digested_prey_count = 0 // Amount of prey that have been digested
|
||||
|
||||
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 = TRUE // Whether the belly will contaminate stuff // CHOMPEdit
|
||||
var/contamination_flavor = "Generic" // Determines descriptions of contaminated items
|
||||
var/contamination_color = "green" // Color of contamination overlay
|
||||
|
||||
|
||||
Reference in New Issue
Block a user