mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 00:26:02 +01:00
Shapeshifter color selection knows default/current
This commit is contained in:
@@ -173,7 +173,8 @@ var/list/wrapped_species_by_ref = list()
|
||||
|
||||
last_special = world.time + 50
|
||||
|
||||
var/new_skin = input("Please select a new body color.", "Shapeshifter Colour") as color
|
||||
var/current = RGBdec2hex(list(r_skin, g_skin, b_skin))
|
||||
var/new_skin = input("Please select a new body color.", "Shapeshifter Colour", current) as null|color
|
||||
if(!new_skin)
|
||||
return
|
||||
shapeshifter_set_colour(new_skin)
|
||||
|
||||
Reference in New Issue
Block a user