Skip to content

Commit

Permalink
Minor grammar fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
karxi committed Dec 29, 2024
1 parent 6321c2a commit 6d1deb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/catalua_bindings_magic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void cata::detail::reg_spell_fake( sol::state &lua )
}
);

DOC( "Static function: Creates and immediately casts a SimpleSpell, then returns the new spell for potential reuse. If the given tripoint is the player's location, the spell will be locked to the player (this does not necessarily mean friendly fire). If an integer is specified, the spell will be cast at that level." );
DOC( "Static function: Creates and immediately casts a SimpleSpell, then returns the new spell for potential reuse. If the given tripoint is the player's location, the spell will be locked to the player. (This does not necessarily cause friendly fire!) If an integer is specified, the spell will be cast at that level." );
luna::set_fx( ut, "prompt_cast",
[]( spell_id spid,
tripoint & target,
Expand Down

0 comments on commit 6d1deb6

Please sign in to comment.