mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 13:46:53 +01:00
Merge pull request #8394 from Mechoid/VirgoSetupPreview
Ports Virgo's character setup display.
This commit is contained in:
@@ -599,7 +599,7 @@
|
||||
|
||||
src << browse(null, "window=latechoices") //closes late choices window
|
||||
src << browse(null, "window=News") //closes news window
|
||||
//src << browse(null, "window=playersetup") //closes the player setup window
|
||||
src << browse(null, "window=preferences_window") //closes the player setup window
|
||||
panel.close()
|
||||
|
||||
/mob/new_player/proc/has_admin_rights()
|
||||
|
||||
@@ -260,19 +260,7 @@
|
||||
mannequin.toggle_wing(setting = TRUE)
|
||||
COMPILE_OVERLAYS(mannequin)
|
||||
|
||||
preview_icon = icon('icons/effects/128x48.dmi', bgstate)
|
||||
preview_icon.Scale(48+32, 16+32)
|
||||
|
||||
var/icon/stamp = getFlatIcon(mannequin, defdir=NORTH)
|
||||
preview_icon.Blend(stamp, ICON_OVERLAY, 25, 17)
|
||||
|
||||
stamp = getFlatIcon(mannequin, defdir=WEST)
|
||||
preview_icon.Blend(stamp, ICON_OVERLAY, 1, 9)
|
||||
|
||||
stamp = getFlatIcon(mannequin, defdir=SOUTH)
|
||||
preview_icon.Blend(stamp, ICON_OVERLAY, 49, 1)
|
||||
|
||||
preview_icon.Scale(preview_icon.Width() * 2, preview_icon.Height() * 2) // Scaling here to prevent blurring in the browser.
|
||||
update_character_previews(new /mutable_appearance(mannequin))
|
||||
|
||||
/datum/preferences/proc/get_highest_job()
|
||||
var/datum/job/highJob
|
||||
|
||||
Reference in New Issue
Block a user