Fixes WoD huts to reflect the appropriate appearance

Player versions of the Witch hut houses were giving players the wrong hut that didn't match the one in the draft schematic screen/was on live.
This commit is contained in:
BloodCommando
2021-10-13 20:50:39 -04:00
parent 6d29a28cdc
commit 8a8910f769
2 changed files with 2 additions and 2 deletions

View File

@@ -15,5 +15,5 @@ objectName = "building_name" "ns_hut"
detailedDescription = "building_detail" "ns_hut"
lookAtText = "building_lookat" "ns_hut"
portalLayoutFilename = "appearance/ply_all_dath_mtn_clan_hut.pob"
portalLayoutFilename = "appearance/ply_all_dant_small_mud_hut.pob"
clientDataFile = "clientdata/building/shared_player_house_tatooine_medium_style_01.cdf"

View File

@@ -15,5 +15,5 @@ objectName = "building_name" "sm_hut"
detailedDescription = "building_detail" "sm_hut"
lookAtText = "building_lookat" "sm_hut"
portalLayoutFilename = "appearance/ply_all_dant_small_mud_hut.pob"
portalLayoutFilename = "appearance/ply_all_dath_mtn_clan_hut.pob"
clientDataFile = "clientdata/building/shared_player_house_tatooine_medium_style_01.cdf"