diff --git a/modular_chomp/code/modules/asset_cache/belly_assets.dm b/modular_chomp/code/modules/asset_cache/belly_assets.dm index 23fcb7c9f3..2277293782 100644 --- a/modular_chomp/code/modules/asset_cache/belly_assets.dm +++ b/modular_chomp/code/modules/asset_cache/belly_assets.dm @@ -249,3 +249,10 @@ /datum/belly_overlays/yet_another_tumby belly_icon = 'modular_chomp/icons/mob/vore_fullscreens/yet_another_tumby.dmi' + +//Compatibility assets due to renames... +/datum/belly_overlays/anim_belly + belly_icon = 'modular_chomp/icons/mob/vore_fullscreens/VBOanim_belly1.dmi' + +/datum/belly_overlays/a_anim_belly + belly_icon = 'modular_chomp/icons/mob/vore_fullscreens/VBOanim_belly1.dmi' diff --git a/modular_chomp/code/modules/halloween/items.dm b/modular_chomp/code/modules/halloween/items.dm index d7b4a7e18b..8f263384bb 100644 --- a/modular_chomp/code/modules/halloween/items.dm +++ b/modular_chomp/code/modules/halloween/items.dm @@ -91,6 +91,8 @@ if(treated[user.ckey]) var/choice = tgui_alert(user, "You already took one! Take more?", "Take another...", list("Reach in...", "Leave it!")) + if(!choice) + return if(choice == "Reach in...") if(prob(35)) thegoods = pick(badcandy)