Skip to content

Commit

Permalink
Update _subsystems.dm (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 authored Sep 19, 2024
1 parent d03fbaa commit ba7500f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__DEFINES/_subsystems.dm
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@
#define FIRE_PRIORITY_SILO 92
#define FIRE_PRIORITY_PATHFINDING 95
#define FIRE_PRIORITY_PROJECTILES 98
#define FIRE_PRIORITY_CELLAUTO 99
#define FIRE_PRIORITY_MOBS 100
#define FIRE_PRIORITY_ASSETS 105
#define FIRE_PRIORITY_TGUI 110
#define FIRE_PRIORITY_CELLAUTO 150
#define FIRE_PRIORITY_TICKER 200
#define FIRE_PRIORITY_STATPANEL 390
#define FIRE_PRIORITY_CHAT 400
Expand Down

0 comments on commit ba7500f

Please sign in to comment.