From 7dfb097bcc4a06e35811105f82a4ff72742df564 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Sat, 12 Dec 2020 23:48:21 +0000 Subject: [PATCH] close enough --- code/__HELPERS/custom_holoforms.dm | 5 ++++- config/game_options.txt | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/code/__HELPERS/custom_holoforms.dm b/code/__HELPERS/custom_holoforms.dm index 70887b3d01..691d316987 100644 --- a/code/__HELPERS/custom_holoforms.dm +++ b/code/__HELPERS/custom_holoforms.dm @@ -27,6 +27,7 @@ COMPILE_OVERLAYS(mannequin) CHECK_TICK var/icon/capture = getFlatIcon(mannequin) + capture.Shift(WEST,16,FALSE) CHECK_TICK combined.Insert(capture, dir = d) CHECK_TICK @@ -61,10 +62,12 @@ for(var/i=1, i<=max_save_slots, i++) S.cd = "/character[i]" S["real_name"] >> name - characters += name + if(name) + characters[name] = i var/chosen_name = input(C, "Which character do you wish to use as your appearance.") as anything in characters if(chosen_name) target_prefs = new(C) + message_admins("reverse index is [characters[chosen_name]]") if(!target_prefs.load_character(characters[chosen_name], TRUE)) target_prefs = C.prefs diff --git a/config/game_options.txt b/config/game_options.txt index bc5fdf940e..a9982e63f0 100644 --- a/config/game_options.txt +++ b/config/game_options.txt @@ -22,6 +22,8 @@ OOC_DURING_ROUND ## Comment this out if you want to disable emojis EMOJIS +PAI_CUSTOM_HOLOFORMS + ## MOB MOVEMENT ### ## We suggest editing these variables ingame to find a good speed for your server.