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:
@@ -32,7 +32,7 @@
|
||||
{
|
||||
"type": "spider_web",
|
||||
"x": 35,
|
||||
"y": 0
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"x_range": [55, 60],
|
||||
@@ -97,7 +97,7 @@
|
||||
{
|
||||
"type": "spider_web",
|
||||
"x": 135,
|
||||
"y": 0
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"x_range": [155, 160],
|
||||
@@ -174,7 +174,7 @@
|
||||
{
|
||||
"type": "spider_web",
|
||||
"x": 335,
|
||||
"y": 0
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"x": 350,
|
||||
@@ -254,7 +254,7 @@
|
||||
{
|
||||
"type": "spider_web",
|
||||
"x": 525,
|
||||
"y": 0
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"x": 550,
|
||||
|
Reference in New Issue
Block a user