mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-09-15 14:52:26 +02: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>
6 lines
144 B
C#
6 lines
144 B
C#
using Content.Shared.Access.Systems;
|
|
|
|
namespace Content.Server.Access.Systems;
|
|
|
|
public sealed class JobStatusSystem : SharedJobStatusSystem;
|