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
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

View File

@@ -92,8 +92,8 @@ const digestModeToPreyMode = {
* </Flex.Item>
*
* 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 - <Window width={700} height={800} resizable>
*