Minor tweaks

This commit is contained in:
Cadyn
2021-02-25 15:19:21 -08:00
parent 90ba6c6e0e
commit d171ed669a
2 changed files with 6 additions and 6 deletions

View File

@@ -909,14 +909,14 @@
. = TRUE . = TRUE
if("b_fullscreen") if("b_fullscreen")
host.vore_selected.belly_fullscreen = params["val"] host.vore_selected.belly_fullscreen = params["val"]
update_preview_icon() //CHOMPEdit update_preview_icon() //CHOMPEdit Begin
. = TRUE . = 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 var/newcolor = input(usr, "Choose a color.", "", host.vore_selected.belly_fullscreen_color) as color|null
if(newcolor) if(newcolor)
host.vore_selected.belly_fullscreen_color = newcolor host.vore_selected.belly_fullscreen_color = newcolor
update_preview_icon() //CHOMPEdit update_preview_icon()
. = TRUE . = TRUE //CHOMPEdit End
if("b_disable_hud") if("b_disable_hud")
host.vore_selected.disable_hud = !host.vore_selected.disable_hud host.vore_selected.disable_hud = !host.vore_selected.disable_hud
. = TRUE . = TRUE

View File

@@ -92,8 +92,8 @@ const digestModeToPreyMode = {
* </Flex.Item> * </Flex.Item>
* *
* NEW EDITS 2/25/21: COLORED BELLY OVERLAYS * NEW EDITS 2/25/21: COLORED BELLY OVERLAYS
* * LINE 5:
* LINE 5 - import { Box, Button, ByondUi, Flex, Collapsible, Icon, LabeledList, NoticeBox, Section, Tabs } from "../components"; *import { Box, Button, ByondUi, Flex, Collapsible, Icon, LabeledList, NoticeBox, Section, Tabs } from "../components";
* *
* LINE 172 - <Window width={700} height={800} resizable> * LINE 172 - <Window width={700} height={800} resizable>
* *