mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user