Skip to content

Commit

Permalink
Fix Enraged Guardian synchronisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Extremelyd1 committed Sep 7, 2024
1 parent 2b8eb22 commit 33579f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions HKMP/Game/Client/Entity/EntityType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ internal enum EntityType {
CrystallisedHusk,
CrystalGuardian,
CrystalGuardianLaser,
EnragedGuardian,
FuriousVengefly,
VolatileGruzzer,
ViolentHusk,
Expand Down
8 changes: 8 additions & 0 deletions HKMP/Resource/entity-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,14 @@
"type": "HuskMiner",
"fsm_name": "Zombie Miner"
},
{
"base_object_name": "Zombie Beam Miner Rematch",
"type": "EnragedGuardian",
"fsm_name": "Beam Miner",
"components": [
"Music"
]
},
{
"base_object_name": "Zombie Beam Miner",
"type": "CrystallisedHusk",
Expand Down

0 comments on commit 33579f1

Please sign in to comment.