mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-27 16:56:48 -04:00
Fixed appearance reference for thranta payroll and kashyyyk door, added skipLosCheck objvar due to cannit see issue. Requires updated src
This commit is contained in:
+3
-1
@@ -8,4 +8,6 @@
|
||||
|
||||
sharedTemplate = "object/tangible/door/shared_thm_kash_zonegate_door_simple.iff"
|
||||
|
||||
visibleFlags = [ VF_player, VF_gm ]
|
||||
visibleFlags = [ VF_player, VF_gm ]
|
||||
|
||||
objvars =+ [ "skipLosCheck" = 1 ]
|
||||
+3
-1
@@ -8,4 +8,6 @@
|
||||
|
||||
sharedTemplate = "object/tangible/quest/shared_frn_all_security_terminal_wall_01.iff"
|
||||
|
||||
scripts =+ [ "conversation.eisley_thranta_payroll_terminal" ]
|
||||
scripts =+ [ "conversation.eisley_thranta_payroll_terminal" ]
|
||||
|
||||
objvars =+ [ "skipLosCheck" = 1 ]
|
||||
+1
-2
@@ -6,11 +6,10 @@
|
||||
|
||||
@class object_template 5
|
||||
|
||||
|
||||
objectName = "item_n" "gate_door"
|
||||
|
||||
detailedDescription = "item_n" "gate_door"
|
||||
|
||||
appearanceFilename = ""
|
||||
appearanceFilename = "appearance/thm_kash_zonegate_door_simple.apt"
|
||||
|
||||
gameObjectType = GOT_terminal_misc
|
||||
+1
-3
@@ -10,9 +10,7 @@ objectName = "frn_n" "frn_payroll_terminal"
|
||||
|
||||
detailedDescription = "frn_d" "frn_payroll_terminal"
|
||||
|
||||
//appearanceFilename = "appearance/frn_all_data_terminal_wall_s1.apt"
|
||||
|
||||
appearanceFilename = ""
|
||||
appearanceFilename = "appearance/frn_all_data_terminal_wall_s1.apt"
|
||||
|
||||
portalLayoutFilename = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user