Belly import upport (#16454)

* Belly import upport

* .
This commit is contained in:
Kashargul
2024-10-27 15:46:02 +01:00
committed by GitHub
parent a046ae1fa7
commit 8d02f877a4
4 changed files with 1194 additions and 1 deletions
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -415,7 +415,9 @@ var/global/list/belly_colorable_only_fullscreens = list("a_synth_flesh_mono",
host.vore_selected = NB
unsaved_changes = TRUE
return TRUE
if("importpanel")
import_belly(host)
return TRUE
if("bellypick")
host.vore_selected = locate(params["bellypick"])
return TRUE
@@ -29,6 +29,10 @@ export const VoreBellySelectionAndCustomization = (props: {
Export
<Icon name="file-export" ml={0.5} />
</Tabs.Tab>
<Tabs.Tab onClick={() => act('importpanel')}>
Import
<Icon name="file-import" ml={0.5} />
</Tabs.Tab>
<Divider />
{our_bellies.map((belly) => (
<Tabs.Tab
+1
View File
@@ -4222,6 +4222,7 @@
#include "code\modules\vore\appearance\preferences_vr.dm"
#include "code\modules\vore\appearance\update_icons_vr.dm"
#include "code\modules\vore\eating\belly_dat_vr.dm"
#include "code\modules\vore\eating\belly_import.dm"
#include "code\modules\vore\eating\belly_messages.dm"
#include "code\modules\vore\eating\belly_obj_vr.dm"
#include "code\modules\vore\eating\bellymodes_datum_vr.dm"