Skip to content

Commit

Permalink
Rename some entities
Browse files Browse the repository at this point in the history
  • Loading branch information
Extremelyd1 committed Jul 15, 2024
1 parent c248c55 commit 7cb9fc7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion HKMP/Game/Client/Entity/EntityType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,7 @@ internal enum EntityType {
FlukeZoteling,
ZoteCurse,
HeavyZoteling,
AbsoluteRadiance
AbsoluteRadiance,
RadiancePlatform,
RadianceAbyss
}
10 changes: 10 additions & 0 deletions HKMP/Resource/entity-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1362,5 +1362,15 @@
"base_object_name": "Absolute Radiance",
"type": "AbsoluteRadiance",
"fsm_name": "Control"
},
{
"base_object_name": "Radiant Plat",
"type": "RadiancePlatform",
"fsm_name": "radiant_plat"
},
{
"base_object_name": "Abyss Pit",
"type": "RadianceAbyss",
"fsm_name": "Ascend"
}
]

0 comments on commit 7cb9fc7

Please sign in to comment.