adds 2 compatibility datums (#9375)

This commit is contained in:
Kashargul
2024-11-01 22:11:43 +01:00
committed by GitHub
parent 8df5daa026
commit 92bad0ec0e
2 changed files with 9 additions and 0 deletions
@@ -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'
@@ -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)