Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Disable collision check for folding barricades (space-wizards#2630)
Browse files Browse the repository at this point in the history
  • Loading branch information
dffdff2423 authored Jun 26, 2024
1 parent bf27191 commit 8230532
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@
openTimeTwo: 0
openingAnimationTime: 0
closingAnimationTime: 0
# Allow you to close barricades while people are standing on them or multiple are wrenched in the same tile
performCollisionCheck: false
openSound:
path: /Audio/Items/ratchet.ogg
closeSound:
Expand Down Expand Up @@ -326,6 +328,8 @@
openTimeTwo: 0
openingAnimationTime: 0
closingAnimationTime: 0
# Allow you to close barricades while people are standing on them or multiple are wrenched in the same tile
performCollisionCheck: false
openSound:
path: /Audio/Items/ratchet.ogg
closeSound:
Expand Down

0 comments on commit 8230532

Please sign in to comment.