Fixed all spiders to have their original behavior. The ability to customize spider webs broke them. Players would have been in for a nasty shock if I hadn't caught that lol.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
{
|
||||
"type": "spider_web",
|
||||
"x": 10,
|
||||
"y": 0
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"x": 15,
|
||||
@@ -57,7 +57,7 @@
|
||||
{
|
||||
"type": "spider_web",
|
||||
"x": 40,
|
||||
"y": 0
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"x": 45,
|
||||
@@ -147,7 +147,7 @@
|
||||
{
|
||||
"type": "spider_web",
|
||||
"x": 120,
|
||||
"y": 0
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"x_range": [125, 145],
|
||||
@@ -196,7 +196,7 @@
|
||||
{
|
||||
"type": "spider_web",
|
||||
"x": 175,
|
||||
"y": 0
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"x_range": [180, 200],
|
||||
@@ -256,7 +256,7 @@
|
||||
{
|
||||
"type": "spider_web",
|
||||
"x": 220,
|
||||
"y": 0
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"x": 225,
|
||||
@@ -293,7 +293,7 @@
|
||||
{
|
||||
"type": "spider_web",
|
||||
"x": 255,
|
||||
"y": 0
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"x_range": [260, 275],
|
||||
@@ -334,7 +334,7 @@
|
||||
{
|
||||
"type": "spider_web",
|
||||
"x": 305,
|
||||
"y": 0
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"x_range": [310, 325],
|
||||
@@ -371,7 +371,7 @@
|
||||
{
|
||||
"type": "spider_web",
|
||||
"x": 355,
|
||||
"y": 0
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"x_range": [360, 375],
|
||||
|
Reference in New Issue
Block a user