Skip to content

Commit ba1e818

Browse files
committed
Fix garment factory collision
The new additions to the factory also include a collision in front of the door, this change removes this collision face so we can enable the changes by default.
1 parent abfa16b commit ba1e818

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dlc_agents/factory.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ AgentsFactory = {
4949
},
5050

5151
LoadDefault = function()
52+
-- Exterior
53+
AgentsFactory.Ipl.Exterior.Load()
54+
55+
-- Interior
5256
AgentsFactory.Trophy.Enable(AgentsFactory.Trophy.idol01, true, false)
5357
AgentsFactory.Trophy.Enable(AgentsFactory.Trophy.idol02, true, false)
5458

stream/m24_2_garment_factory_1.ybn

13.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)