TRUE/FALSE is not interchangable with 1/0 I guess. idfk

byond's save logic is fucking stupid
This commit is contained in:
Poojawa
2018-09-29 20:25:46 -05:00
parent eaca6b182a
commit c6c3b16ca0
4 changed files with 66 additions and 132 deletions
@@ -17,13 +17,12 @@
var/list/living_mobs = list()
// Release belly contents beforey being gc'd!
// Release belly contents before being gc'd!
/mob/living/simple_animal/Destroy()
release_vore_contents(silent = TRUE)
release_vore_contents(include_absorbed = TRUE, silent = TRUE)
prey_excludes.Cut()
. = ..()
// Update fullness based on size & quantity of belly contents
/mob/living/simple_animal/proc/update_fullness(var/atom/movable/M)
var/new_fullness = 0