This commit is contained in:
Mechoid
2022-02-13 01:10:58 -08:00
parent 9f526f32ea
commit 27b8f6bda6
7 changed files with 90 additions and 23 deletions
+1 -1
View File
@@ -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