Skip to content

Commit

Permalink
NPC pathing problems near wall wiring (#57622)
Browse files Browse the repository at this point in the history
NPC was trying to walk through walls
  • Loading branch information
RoyBerube authored May 11, 2022
1 parent c1e2b3c commit 400bccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/furniture_and_terrain/appliances.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
"broken_color": "red",
"durability": 20,
"description": "Electric wires embedded in the wall.",
"flags": [ "APPLIANCE" ]
"flags": [ "APPLIANCE", "OBSTACLE" ]
},
{
"type": "vehicle_part",
Expand Down

0 comments on commit 400bccb

Please sign in to comment.