mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
* Initial commit * Include uncertain crew and make it work for AI * Add new definition to Silicon Rules 8 * Update based on review * Remove Cluwne from job list * ProtoIdify * Update and also make monkey/corgi show IDs * Remove unnecessary property * Remove redundant code * Carrrrd * cleanup * Nicer code * Update to fix the spawn bug + agent ID * Fix new icons --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
7 lines
222 B
C#
7 lines
222 B
C#
using Content.Shared.Overlays;
|
|
|
|
namespace Content.Client.Overlays;
|
|
|
|
// The GetStatusIconsEvent subscription is handled in JobStatusSystem
|
|
public sealed class ShowJobIconsSystem : EquipmentHudSystem<ShowJobIconsComponent>;
|