commit | b237e90ec8d38fcf6b808721bc21d99bda5df65d | [log] [tgz] |
---|---|---|
author | Zesstra <zesstra@zesstra.de> | Sun Apr 12 12:39:45 2020 +0200 |
committer | MG Mud User <mud@mg.mud.de> | Sun Apr 12 12:39:45 2020 +0200 |
tree | 0733ca1f623305f97437d3dc4ae13222bc671dd0 | |
parent | e04c020e2569e7e1dbc87c2ed1d7d78b0c30312f [diff] [blame] |
Typofixes und kleine Korrekturen Change-Id: I0ba1c12fd303c157ca0331c40c9267406cc9fe49
diff --git a/doc/sphinx/lfun/HasMiniQuest.rst b/doc/sphinx/lfun/HasMiniQuest.rst index 6885348..06d0b1a 100644 --- a/doc/sphinx/lfun/HasMiniQuest.rst +++ b/doc/sphinx/lfun/HasMiniQuest.rst
@@ -48,7 +48,7 @@ :: if( QM->HasMiniQuest(getuid(this_player()), this_object())!=1 ) - write("Du bist noch nicht reif genug.\n"); + tell_object(this_player(), "Du bist noch nicht reif genug.\n"); SIEHE AUCH ----------