Skip to content

Commit 72b18c7

Browse files
committed
Added a couple more mats
1 parent 28a202c commit 72b18c7

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

LethalCompanyTemplate/GhostHead.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class GhostHead : NetworkBehaviour
3333
private float startTime = 0;
3434

3535
//Material handling
36-
public static string[] matNames = ["ace_mat", "bi_mat", "lesbian_mat", "pan_mat", "pride_mat", "trans_mat"];
36+
public static string[] matNames = ["ace_mat", "bi_mat", "lesbian_mat", "pan_mat", "pride_mat", "trans_mat", "nb_mat", "fluid_mat", "aro_mat"];
3737
private static Material[] sharedMats = null;
3838
private Material[] materials = null;
3939
private Material matInstance = null;
0 Bytes
Binary file not shown.
927 Bytes
Binary file not shown.

poltergeist_release/BepInEx/plugins/bundles/poltergeist.manifest

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
ManifestFileVersion: 0
2-
CRC: 3646452242
2+
CRC: 3465222388
33
Hashes:
44
AssetFileHash:
55
serializedVersion: 2
6-
Hash: fed84fc3e1d62cdf02671559477c4167
6+
Hash: 5572504122b1b6279ae44b055cb711cb
77
TypeTreeHash:
88
serializedVersion: 2
99
Hash: 9890e2acc3ed00f3e30ab1efe7196e2e
1010
IncrementalBuildHash:
1111
serializedVersion: 2
12-
Hash: fed84fc3e1d62cdf02671559477c4167
12+
Hash: 5572504122b1b6279ae44b055cb711cb
1313
HashAppended: 0
1414
ClassTypes:
1515
- Class: 1
@@ -75,12 +75,15 @@ Assets:
7575
- Assets/Materials/lesbian_mat.mat
7676
- Assets/Materials/pan_mat.mat
7777
- Assets/Materials/ghost_mat.mat
78+
- Assets/Materials/fluid_mat.mat
79+
- Assets/Materials/nb_mat.mat
7880
- Assets/Prefabs/ghosthead_postprocess.prefab
7981
- Assets/Materials/pride_mat.mat
8082
- Assets/Materials/bi_mat.mat
8183
- Assets/Prefabs/GhostFollowTrigger.prefab
8284
- Assets/Materials/trans_mat.mat
8385
- Assets/Materials/ace_mat.mat
8486
- Assets/Prefabs/ghosthead.prefab
87+
- Assets/Materials/aro_mat.mat
8588
- Assets/Prefabs/PropInteractible.prefab
8689
Dependencies: []

0 commit comments

Comments
 (0)