Skip to content

Commit

Permalink
Revert "Makes mobs more responsive and twice as deadly"
Browse files Browse the repository at this point in the history
  • Loading branch information
BrotherHangyul authored Nov 10, 2023
1 parent 62a8998 commit 71c7477
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion code/__DEFINES/subsystems.dm
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
#define FIRE_PRIORITY_AIR_TURFS 40
#define FIRE_PRIORITY_DEFAULT 50
#define FIRE_PRIORITY_PARALLAX 65
#define FIRE_PRIORITY_NPC 99
#define FIRE_PRIORITY_NPC 80
#define FIRE_PRIORITY_MOBS 100
#define FIRE_PRIORITY_TGUI 110
#define FIRE_PRIORITY_PROJECTILES 200
Expand Down
2 changes: 0 additions & 2 deletions code/controllers/subsystem/npcpool.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ SUBSYSTEM_DEF(npcpool)
flags = SS_KEEP_TIMING | SS_NO_INIT
priority = FIRE_PRIORITY_NPC
runlevels = RUNLEVEL_GAME | RUNLEVEL_POSTGAME
wait = 1 SECONDS // currently defines how often mobs attack and flip out
// wait = 1 DECISECOND makes retreat/approach mobs just wiggle around in place and cheesegrate people

var/list/currentrun = list()

Expand Down

0 comments on commit 71c7477

Please sign in to comment.