mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 16:38:18 +01:00
Character Preference custom size
Character Preference now shows your characters custom body size!
This commit is contained in:
@@ -44,12 +44,7 @@
|
||||
|
||||
mannequin.add_overlay(mutable_appearance('modular_citadel/icons/ui/backgrounds.dmi', bgstate, layer = SPACE_LAYER))
|
||||
copy_to(mannequin)
|
||||
|
||||
// mannequin.resize = (1+(body_size_alt*-1))
|
||||
// mannequin.resize = (body_size * 0.01)
|
||||
// body_size_alt = ((body_size * 0.01)-1)
|
||||
|
||||
|
||||
mannequin.resize(body_size*0.01, 0)
|
||||
|
||||
|
||||
// Determine what job is marked as 'High' priority, and dress them up as such.
|
||||
@@ -78,5 +73,9 @@
|
||||
previewJob.equip(mannequin, TRUE)
|
||||
|
||||
COMPILE_OVERLAYS(mannequin)
|
||||
parent.show_character_previews(new /mutable_appearance(mannequin))
|
||||
if(body_size>100)
|
||||
parent.show_character_previews_large(new /mutable_appearance(mannequin))//just to stop clipping of larger characters
|
||||
else
|
||||
parent.show_character_previews(new /mutable_appearance(mannequin))
|
||||
|
||||
unset_busy_human_dummy(DUMMY_HUMAN_SLOT_PREFERENCES)
|
||||
|
||||
Reference in New Issue
Block a user