Probably fixes simplemob nom debug logs

The only possible cause I could find, given the circumstances and the rest of the code. The debug log trigger expects a returned TRUE from feed_grabbed_to_self proc, which in turn expects a returned TRUE from perform_the_nom proc.
This commit is contained in:
Verkister
2022-12-27 13:13:58 +02:00
committed by GitHub
parent 0de044b1ba
commit 0ab6ffb58f

View File

@@ -39,7 +39,7 @@
voremob_loaded = TRUE
init_vore()
belly = vore_selected
..()
return ..()
//
// Simple proc for animals to have their digestion toggled on/off externally