mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Minor tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user