mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] Char Setup Background Switch (#8673)
Co-authored-by: Killian <49700375+KillianKirilenko@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
@@ -4,8 +4,8 @@ var/global/list/valid_bloodtypes = list("A+", "A-", "B+", "B-", "AB+", "AB-", "O
|
|||||||
var/equip_preview_mob = EQUIP_PREVIEW_ALL
|
var/equip_preview_mob = EQUIP_PREVIEW_ALL
|
||||||
var/animations_toggle = FALSE
|
var/animations_toggle = FALSE
|
||||||
|
|
||||||
var/icon/bgstate = "000"
|
var/icon/bgstate = "steel"
|
||||||
var/list/bgstate_options = list("000", "midgrey", "FFF", "white", "steel", "techmaint", "dark", "plating", "reinforced")
|
var/list/bgstate_options = list("steel", "000", "midgrey", "FFF", "white", "techmaint", "desert", "grass", "snow")
|
||||||
|
|
||||||
var/ear_style // Type of selected ear style
|
var/ear_style // Type of selected ear style
|
||||||
var/r_ears = 30 // Ear color.
|
var/r_ears = 30 // Ear color.
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 7.1 KiB |
Reference in New Issue
Block a user