Skip to content

Commit

Permalink
R2000 can skip spawns
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadyita committed Apr 30, 2021
1 parent 4149946 commit 7e805c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spawntime.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ INSERT INTO spawntime(mob, placeholder, can_skip_spawn, spawntime) VALUES
('Cenobite Shadow', null, false, 60*60),
('Torrith the Ancient', null, true, 20*60),
('Daria Marie Walzer', null, true, 20*60),
('R-2000 Vermin Disposal Unit', null, false, 20*60),
('R-2000 Vermin Disposal Unit', null, true, 20*60),
('Commander Kelly Frederickson', null, true, 20*60),
('Professor Van Horn', null, true, 20*60),
('Marcus Robicheaux', null, true, 20*60),
Expand Down

0 comments on commit 7e805c4

Please sign in to comment.