Skip to content

Commit

Permalink
Migrate names to snippets & add weighted snippets (CleverRaven#70279)
Browse files Browse the repository at this point in the history
* Migrate name.h/cpp to snippets and unify name snippet tags

* Implement weighted snippets

* Try to fix compiler error
  • Loading branch information
Qrox authored Jan 4, 2024
1 parent f107c12 commit f255964
Show file tree
Hide file tree
Showing 28 changed files with 237 additions and 9,863 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
{
"type": "effect_on_condition",
"id": "false_npc_talk",
"effect": { "u_message": "<random_anysex_first_name> <random_last_name> says \"<lets_talk>\"", "type": "info" }
"effect": { "u_message": "<full_name> says \"<lets_talk>\"", "type": "info" }
},
{
"type": "effect_on_condition",
Expand Down
Loading

0 comments on commit f255964

Please sign in to comment.