Skip to content

Commit

Permalink
skill issue update
Browse files Browse the repository at this point in the history
lole
  • Loading branch information
Aurrain authored Apr 14, 2024
1 parent fcf6009 commit fcde102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/npcpool.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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 = 5 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 fcde102

Please sign in to comment.