Redoing drop rates and other minor stuff

This commit is contained in:
EpicValor
2023-08-29 19:31:56 -05:00
parent d8bb54a86b
commit 57fef2a6ca
78 changed files with 2818 additions and 880 deletions

View File

@@ -1,4 +1,4 @@
void main()
{
DelayCommand(10.0, ActionCloseDoor(OBJECT_SELF));
DelayCommand(20.0, ActionCloseDoor(OBJECT_SELF));
}