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:
@@ -18,7 +18,7 @@
|
||||
{
|
||||
"type": "spider_web",
|
||||
"x": 15,
|
||||
"y": 0
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"x_range": [20, 35],
|
||||
@@ -99,7 +99,7 @@
|
||||
{
|
||||
"type": "spider_web",
|
||||
"x": 90,
|
||||
"y": 0
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"x_range": [95, 98],
|
||||
@@ -214,7 +214,7 @@
|
||||
{
|
||||
"type": "spider_web",
|
||||
"x": 205,
|
||||
"y": 0
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"x_range": [215, 230],
|
||||
@@ -281,7 +281,7 @@
|
||||
{
|
||||
"type": "spider_web",
|
||||
"x": 290,
|
||||
"y": 0
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"x_range": [295, 298],
|
||||
|
Reference in New Issue
Block a user