mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #3747 from SpyrosRoum/patch-1
Fix tutorial bridge room
This commit is contained in:
commit
e96efb4f3d
1 changed files with 1 additions and 1 deletions
|
|
@ -783,7 +783,7 @@ class BridgeRoom(WeatherRoom):
|
|||
This is called at irregular intervals and makes the passage
|
||||
over the bridge a little more interesting.
|
||||
"""
|
||||
if random.random() < 80:
|
||||
if random.random() < 0.8:
|
||||
# send a message most of the time
|
||||
self.msg_contents("|w%s|n" % random.choice(BRIDGE_WEATHER))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue