mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-01-17 00:05:07 -05:00
Cleanup
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
// Filename: terminal_arena
|
||||
// Directory: object/tangible/terminal
|
||||
//
|
||||
// Description: Arena Terminal to start arena.
|
||||
// BASE TERMINAL
|
||||
//
|
||||
// Notes:
|
||||
//
|
||||
//
|
||||
// Category: TERMINAL
|
||||
// Sub-Category: BASE
|
||||
// Classification: Null
|
||||
//
|
||||
|
||||
@base object/tangible/terminal/base/base_terminal.iff
|
||||
|
||||
@class tangible_object_template 0
|
||||
|
||||
|
||||
@class object_template 5
|
||||
|
||||
sharedTemplate = "object/tangible/terminal/shared_terminal_arena.iff"
|
||||
|
||||
scripts = ["tyrone.arena.portarena"]
|
||||
@@ -1,3 +1,2 @@
|
||||
base_script.java
|
||||
*.class
|
||||
tyrone.*
|
||||
*.class
|
||||
@@ -1 +0,0 @@
|
||||
for /r %%a in (.) do (javac %%a\*.java)
|
||||
@@ -1,3 +1,4 @@
|
||||
//vector.java
|
||||
package script;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
|
||||
@base object/tangible/terminal/base/shared_base_terminal.iff
|
||||
|
||||
@class tangible_object_template 3
|
||||
|
||||
@class object_template 5
|
||||
|
||||
objectName = "terminal_name" "terminal_character_builder"
|
||||
detailedDescription = "terminal_detail" "terminal_character_builder"
|
||||
|
||||
appearanceFilename = "appearance/thm_corl_banner_govt_tall.apt"
|
||||
|
||||
gameObjectType = GOT_terminal_misc
|
||||
|
||||
scale = 3.00
|
||||
Reference in New Issue
Block a user