浏览代码

Config: replace teleport handler with monolith, subterraneanGate and whirlpool

ArseniyShestakov 10 年之前
父节点
当前提交
1c2afc659f
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 2 2
      config/objects/generic.json
  2. 3 3
      config/objects/moddables.json

+ 2 - 2
config/objects/generic.json

@@ -153,7 +153,7 @@
 	
 	
 	"whirlpool" : {
 	"whirlpool" : {
 		"index" :111,
 		"index" :111,
-		"handler" : "teleport",
+		"handler" : "whirlpool",
 		"types" : {
 		"types" : {
 			"object" : {
 			"object" : {
 				"index" : 0,
 				"index" : 0,
@@ -164,7 +164,7 @@
 	},
 	},
 	"subterraneanGate" : {
 	"subterraneanGate" : {
 		"index" :103,
 		"index" :103,
-		"handler" : "teleport",
+		"handler" : "subterraneanGate",
 		"types" : {
 		"types" : {
 			"object" : {
 			"object" : {
 				"index" : 0 },
 				"index" : 0 },

+ 3 - 3
config/objects/moddables.json

@@ -200,7 +200,7 @@
 	// Subtype: paired monoliths
 	// Subtype: paired monoliths
 	"monolithOneWayEntrance" : {
 	"monolithOneWayEntrance" : {
 		"index" :43,
 		"index" :43,
-		"handler": "teleport",
+		"handler": "monolith",
 		"types" : {
 		"types" : {
 			"monolith1" : { "index" : 0 },
 			"monolith1" : { "index" : 0 },
 			"monolith2" : { "index" : 1 },
 			"monolith2" : { "index" : 1 },
@@ -214,7 +214,7 @@
 	},
 	},
 	"monolithOneWayExit" : {
 	"monolithOneWayExit" : {
 		"index" :44,
 		"index" :44,
-		"handler": "teleport",
+		"handler": "monolith",
 		"types" : {
 		"types" : {
 			"monolith1" : { "index" : 0 },
 			"monolith1" : { "index" : 0 },
 			"monolith2" : { "index" : 1 },
 			"monolith2" : { "index" : 1 },
@@ -228,7 +228,7 @@
 	},
 	},
 	"monolithTwoWay" : {
 	"monolithTwoWay" : {
 		"index" :45,
 		"index" :45,
-		"handler": "teleport",
+		"handler": "monolith",
 		"types" : {
 		"types" : {
 			"monolith1" : { "index" : 0 },
 			"monolith1" : { "index" : 0 },
 			"monolith2" : { "index" : 1 },
 			"monolith2" : { "index" : 1 },