Merge pull request #8206 from Poojawa/patch-2

[S] Sets noisy to false
This commit is contained in:
kevinz000
2019-04-03 23:44:49 -07:00
committed by GitHub
@@ -9,7 +9,7 @@
var/vore_taste = null // What the character tastes like
var/no_vore = FALSE // If the character/mob can vore.
var/openpanel = 0 // Is the vore panel open?
var/noisy = TRUE // tummies are rumbly?
var/noisy = FALSE // tummies are rumbly?
var/absorbed = FALSE //are we absorbed?
var/next_preyloop
var/vore_init = FALSE //Has this mob's vore been initialized yet?