hugboxes vore further

This commit is contained in:
Poojawa
2018-09-22 04:43:49 -05:00
parent a12f98e52d
commit 923f12b547
2 changed files with 2 additions and 1 deletions
@@ -1,6 +1,6 @@
///////////////////// Mob Living /////////////////////
/mob/living
var/digestable = TRUE // Can the mob be digested inside a belly?
var/digestable = FALSE // Can the mob be digested inside a belly?
var/obj/belly/vore_selected // Default to no vore capability.
var/list/vore_organs = list() // List of vore containers inside a mob
var/devourable = FALSE // Can the mob be vored at all?