Summary
Cart pusher examine name shows internal id like figure_cartpusher Hunting lodge instead of Vanilla Hunting Lodge Delivery Man.
Reported
Mission 2: Cart pusher examine name is "figure_cartpusher Hunting lodge"; Vanilla is "Hunting Lodge Delivery Man".
Code notes
- igure_carrier_info_window uses
( @Y& ) (ui_widgets.js).
- class_name looks up
# + params().name; CLSID is figure_cartpusher.
- Localization key is
#figure_cart_pusher (underscore) → group 64 id 4 "Delivery man" (localization_en.js).
- Key mismatch → lang_text_from_key returns raw key string.
Expected
Localized type name (e.g. "Delivery man") with home building, matching Vanilla wording as closely as possible.
Labels
bug, ui
Summary
Cart pusher examine name shows internal id like
figure_cartpusher Hunting lodgeinstead of VanillaHunting Lodge Delivery Man.Reported
Mission 2: Cart pusher examine name is "figure_cartpusher Hunting lodge"; Vanilla is "Hunting Lodge Delivery Man".
Code notes
( @Y& )(ui_widgets.js).#+params().name; CLSID isfigure_cartpusher.#figure_cart_pusher(underscore) → group 64 id 4 "Delivery man" (localization_en.js).Expected
Localized type name (e.g. "Delivery man") with home building, matching Vanilla wording as closely as possible.
Labels
bug, ui