From e14b99ed83956e89ff191c0361dc09603507a76a Mon Sep 17 00:00:00 2001 From: Magus Date: Sun, 31 Mar 2024 16:30:49 +0700 Subject: [PATCH] Minor typos in fallout base data. --- server/data/fallout-ssl-base.yml | 6 +++--- server/out/completion.fallout-ssl.json | 6 +++--- server/out/hover.fallout-ssl.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/server/data/fallout-ssl-base.yml b/server/data/fallout-ssl-base.yml index e16fb9c..fb96966 100644 --- a/server/data/fallout-ssl-base.yml +++ b/server/data/fallout-ssl-base.yml @@ -217,15 +217,15 @@ base-functions: doc: |- Returns True if the system is currently in combat mode, False otherwise. - name: create_object - detail: ObjectPtr create_object(int pid, int tile_num, int elev + detail: ObjectPtr create_object(int pid, int tile_num, int elev) doc: |- Creates a new object of prototype (pid), placing it at a given tile number and at a given elevation (0-2). If the prototype indicates a script should be attached, then it will be. - name: create_object_sid - detail: ObjectPtr create_object_sid(int pid, int tile_num, int elev, int sid + detail: ObjectPtr create_object_sid(int pid, int tile_num, int elev, int sid) doc: |- Creates a new object of prototype (pid), placing it at a given tile # and at a given elevation (0-2). If sid is not -1, then it indicates that the default script should be overriden by this new script #. - name: critter_add_trait - detail: int critter_add_trait(ObjectPtr who, int trait_type, int trait, int amount + detail: int critter_add_trait(ObjectPtr who, int trait_type, int trait, int amount) doc: |- Adds a particular trait (trait) of a given type (trait_type) to a particular critter (who). Possible traits under the SPECIAL system are limited to Perks, Traits, Object-instance information (such as team #'s, ai-packet #'s, etc.) - name: critter_attempt_placement diff --git a/server/out/completion.fallout-ssl.json b/server/out/completion.fallout-ssl.json index f1049bc..ee9ad1e 100644 --- a/server/out/completion.fallout-ssl.json +++ b/server/out/completion.fallout-ssl.json @@ -462,7 +462,7 @@ "source": "builtin", "documentation": { "kind": "markdown", - "value": "```fallout-ssl-tooltip\nObjectPtr create_object(int pid, int tile_num, int elev\n```\nCreates a new object of prototype (pid), placing it at a given tile number and at a given elevation (0-2). If the prototype indicates a script should be attached, then it will be." + "value": "```fallout-ssl-tooltip\nObjectPtr create_object(int pid, int tile_num, int elev)\n```\nCreates a new object of prototype (pid), placing it at a given tile number and at a given elevation (0-2). If the prototype indicates a script should be attached, then it will be." } }, { @@ -471,7 +471,7 @@ "source": "builtin", "documentation": { "kind": "markdown", - "value": "```fallout-ssl-tooltip\nObjectPtr create_object_sid(int pid, int tile_num, int elev, int sid\n```\nCreates a new object of prototype (pid), placing it at a given tile # and at a given elevation (0-2). If sid is not -1, then it indicates that the default script should be overriden by this new script #." + "value": "```fallout-ssl-tooltip\nObjectPtr create_object_sid(int pid, int tile_num, int elev, int sid)\n```\nCreates a new object of prototype (pid), placing it at a given tile # and at a given elevation (0-2). If sid is not -1, then it indicates that the default script should be overriden by this new script #." } }, { @@ -480,7 +480,7 @@ "source": "builtin", "documentation": { "kind": "markdown", - "value": "```fallout-ssl-tooltip\nint critter_add_trait(ObjectPtr who, int trait_type, int trait, int amount\n```\nAdds a particular trait (trait) of a given type (trait_type) to a particular critter (who). Possible traits under the SPECIAL system are limited to Perks, Traits, Object-instance information (such as team #'s, ai-packet #'s, etc.)" + "value": "```fallout-ssl-tooltip\nint critter_add_trait(ObjectPtr who, int trait_type, int trait, int amount)\n```\nAdds a particular trait (trait) of a given type (trait_type) to a particular critter (who). Possible traits under the SPECIAL system are limited to Perks, Traits, Object-instance information (such as team #'s, ai-packet #'s, etc.)" } }, { diff --git a/server/out/hover.fallout-ssl.json b/server/out/hover.fallout-ssl.json index ad28165..c396591 100644 --- a/server/out/hover.fallout-ssl.json +++ b/server/out/hover.fallout-ssl.json @@ -260,19 +260,19 @@ "create_object": { "contents": { "kind": "markdown", - "value": "```fallout-ssl-tooltip\nObjectPtr create_object(int pid, int tile_num, int elev\n```\nCreates a new object of prototype (pid), placing it at a given tile number and at a given elevation (0-2). If the prototype indicates a script should be attached, then it will be." + "value": "```fallout-ssl-tooltip\nObjectPtr create_object(int pid, int tile_num, int elev)\n```\nCreates a new object of prototype (pid), placing it at a given tile number and at a given elevation (0-2). If the prototype indicates a script should be attached, then it will be." } }, "create_object_sid": { "contents": { "kind": "markdown", - "value": "```fallout-ssl-tooltip\nObjectPtr create_object_sid(int pid, int tile_num, int elev, int sid\n```\nCreates a new object of prototype (pid), placing it at a given tile # and at a given elevation (0-2). If sid is not -1, then it indicates that the default script should be overriden by this new script #." + "value": "```fallout-ssl-tooltip\nObjectPtr create_object_sid(int pid, int tile_num, int elev, int sid)\n```\nCreates a new object of prototype (pid), placing it at a given tile # and at a given elevation (0-2). If sid is not -1, then it indicates that the default script should be overriden by this new script #." } }, "critter_add_trait": { "contents": { "kind": "markdown", - "value": "```fallout-ssl-tooltip\nint critter_add_trait(ObjectPtr who, int trait_type, int trait, int amount\n```\nAdds a particular trait (trait) of a given type (trait_type) to a particular critter (who). Possible traits under the SPECIAL system are limited to Perks, Traits, Object-instance information (such as team #'s, ai-packet #'s, etc.)" + "value": "```fallout-ssl-tooltip\nint critter_add_trait(ObjectPtr who, int trait_type, int trait, int amount)\n```\nAdds a particular trait (trait) of a given type (trait_type) to a particular critter (who). Possible traits under the SPECIAL system are limited to Perks, Traits, Object-instance information (such as team #'s, ai-packet #'s, etc.)" } }, "critter_attempt_placement": {