mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 12:37:16 +02:00
Fixed tutorial_world to use ev API.
This commit is contained in:
parent
e7869ed830
commit
d3ea942ac8
5 changed files with 29 additions and 33 deletions
|
|
@ -3,7 +3,7 @@ This defines some generally useful scripts for the tutorial world.
|
|||
"""
|
||||
|
||||
import random
|
||||
from game.gamesrc.scripts.basescript import Script
|
||||
from ev import Script
|
||||
|
||||
#------------------------------------------------------------
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue