mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 02:25:06 +01:00
Merge pull request #2341 from Verkister/prevbgs
Adds rng backgrounds to character setup preview.
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
var/mob/living/carbon/human/dummy/mannequin/mannequin = get_mannequin(client_ckey)
|
||||
mannequin.delete_inventory(TRUE)
|
||||
dress_preview_mob(mannequin)
|
||||
var/icon/bgstate = pick("000", "FFF", "steel", "white", "plating", "reinforced")
|
||||
|
||||
preview_icon = icon('icons/effects/effects.dmi', "nothing")
|
||||
preview_icon = icon('icons/effects/128x48_vr.dmi', bgstate)
|
||||
preview_icon.Scale(64+64, 16+32)
|
||||
|
||||
mannequin.dir = NORTH
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user