diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/shroom.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/shroom.txt b/npc/commands/shroom.txt index 1b05bbcf8..76a430400 100644 --- a/npc/commands/shroom.txt +++ b/npc/commands/shroom.txt @@ -57,6 +57,6 @@ OnShroom: end; OnInit: - bindatcmd "shroom", "@shroom::OnShroom", 80, 100, 1; + bindatcmd "shroom", "@shroom::OnShroom", 60, 100, 1; } |