mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
adds 2 compatibility datums (#9375)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user