Skip to content

Commit

Permalink
Merge pull request #9 from SuddenEyePuncture/strider-swim-fix
Browse files Browse the repository at this point in the history
Fixed striders swimming
  • Loading branch information
SuddenEyePuncture authored Jun 14, 2021
2 parents b06e5d4 + e06306a commit 54b035c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/monsters/insect_spider.json
Original file line number Diff line number Diff line change
Expand Up @@ -2186,8 +2186,8 @@
"volume": "9 L",
"weight": "12 kg",
"hp": 20,
"speed": 200,
"attack_cost": 200,
"speed": 50,
"attack_cost": 50,
"material": [ "iflesh" ],
"symbol": "s",
"color": "light_gray",
Expand All @@ -2207,6 +2207,6 @@
"anger_triggers": [ "PLAYER_WEAK" ],
"fear_triggers": [ "FIRE", "PLAYER_CLOSE" ],
"death_function": [ "NORMAL" ],
"flags": ["POISON", "SEES", "HEARS", "SMELLS", "SWIMS", "AQUATIC" ]
"flags": ["POISON", "SEES", "HEARS", "SMELLS", "SWIMS" ]
}
]

0 comments on commit 54b035c

Please sign in to comment.