Updated ReST docs, fixed some things in Swedish translation.

This commit is contained in:
Griatch 2012-02-19 10:49:59 +01:00
parent 11e61255da
commit c4f2c493d9
19 changed files with 937 additions and 745 deletions

View file

@ -10,10 +10,12 @@ Objects:
TutorialObject
Readable
Climbable
Obelisk
LightSource
CrumblingWall
Weapon
WeaponRack
"""
@ -729,6 +731,7 @@ class CmdAttack(Command):
if target.db.combat_parry_mode:
# target is defensive; even harder to hit!
target.msg("{GYou defend, trying to avoid the attack.{n")
hit *= 0.5
if random.random() <= hit:

View file

@ -545,7 +545,7 @@ class BridgeRoom(TutorialRoom):
self.db.west_exit - - | - - self.db.east_exit
0 1 2 3 4
The position is handled by a variabled stored on the player when entering and giving
The position is handled by a variable stored on the player when entering and giving
special move commands will increase/decrease the counter until the bridge is crossed.
"""