Skip to content

Commit

Permalink
Update monstergenerator.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramza13 committed May 30, 2024
1 parent 7bd1b9a commit 3fd1bef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/monstergenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1463,8 +1463,6 @@ mtype_special_attack MonsterGenerator::create_actor( const JsonObject &obj,

void mattack_actor::load( const JsonObject &jo, const std::string &src )
{
bool strict = src == "dda";

// Legacy support
if( !jo.has_string( "id" ) ) {
id = jo.get_string( "type" );
Expand Down

0 comments on commit 3fd1bef

Please sign in to comment.