Made tutorial_world run on devel, it had a few deprecated imports and also the path to the build file given in the limbo desc was not right anymore.
This commit is contained in:
parent
ec4e985c39
commit
eb738ebad8
4 changed files with 54 additions and 40 deletions
|
|
@ -23,7 +23,7 @@ import time
|
|||
import random
|
||||
|
||||
from evennia import create_object
|
||||
from evennia import DefaultObject, DefaultExit, Command, CmdSet, Script
|
||||
from evennia import DefaultObject, DefaultExit, Command, CmdSet, DefaultScript
|
||||
|
||||
#------------------------------------------------------------
|
||||
#
|
||||
|
|
@ -224,7 +224,7 @@ class Obelisk(TutorialObject):
|
|||
#
|
||||
#------------------------------------------------------------
|
||||
|
||||
class StateLightSourceOn(Script):
|
||||
class StateLightSourceOn(DefaultScript):
|
||||
"""
|
||||
This script controls how long the light source is burning. When
|
||||
it runs out of fuel, the lightsource goes out.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue