Skip to content

Commit

Permalink
Give AISLE flag to internal doors (cataclysmbnteam#1236)
Browse files Browse the repository at this point in the history
* Give AISLE flag to internal and wood doors

As per suggestion, internal doors should have a stepable aisle flooring integrated to easily maneuver inside a vehicle. This reasoning has been taken to wooden doors, which would require a frame to mount into a car in the first place.

* revert wooden door changes

Removal of the "AISLE" flag from wooden doors, as this would be a change requiring it's own discussion and balance changes.
  • Loading branch information
Pr0man authored Jan 22, 2022
1 parent 029e3d0 commit 785f2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/vehicleparts/doors.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"damage_reduction": { "all": 28 },
"description": "An interior door. Solid construction means you can't see through it when closed.",
"durability": 240,
"flags": [ "OBSTACLE", "OPAQUE", "OPENABLE", "ROOF", "BOARDABLE" ],
"flags": [ "OBSTACLE", "OPAQUE", "OPENABLE", "AISLE", "ROOF", "BOARDABLE" ],
"item": "frame",
"location": "center",
"looks_like": "door",
Expand Down

0 comments on commit 785f2a9

Please sign in to comment.