diff --git a/code/modules/vore/eating/vorepanel_vr.dm b/code/modules/vore/eating/vorepanel_vr.dm index 707edc3316..d5d042a4d7 100644 --- a/code/modules/vore/eating/vorepanel_vr.dm +++ b/code/modules/vore/eating/vorepanel_vr.dm @@ -909,14 +909,14 @@ . = TRUE if("b_fullscreen") host.vore_selected.belly_fullscreen = params["val"] - update_preview_icon() //CHOMPEdit + update_preview_icon() //CHOMPEdit Begin . = TRUE - if("b_fullscreen_color") //CHOMPEdit Begin + if("b_fullscreen_color") var/newcolor = input(usr, "Choose a color.", "", host.vore_selected.belly_fullscreen_color) as color|null if(newcolor) host.vore_selected.belly_fullscreen_color = newcolor - update_preview_icon() //CHOMPEdit - . = TRUE + update_preview_icon() + . = TRUE //CHOMPEdit End if("b_disable_hud") host.vore_selected.disable_hud = !host.vore_selected.disable_hud . = TRUE diff --git a/tgui/packages/tgui/interfaces/VorePanel.js b/tgui/packages/tgui/interfaces/VorePanel.js index f872562cd6..07cc769048 100644 --- a/tgui/packages/tgui/interfaces/VorePanel.js +++ b/tgui/packages/tgui/interfaces/VorePanel.js @@ -92,8 +92,8 @@ const digestModeToPreyMode = { * * * NEW EDITS 2/25/21: COLORED BELLY OVERLAYS - * - * LINE 5 - import { Box, Button, ByondUi, Flex, Collapsible, Icon, LabeledList, NoticeBox, Section, Tabs } from "../components"; + * LINE 5: + *import { Box, Button, ByondUi, Flex, Collapsible, Icon, LabeledList, NoticeBox, Section, Tabs } from "../components"; * * LINE 172 - *