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:
Griatch 2015-02-10 10:26:08 +01:00
parent ec4e985c39
commit eb738ebad8
4 changed files with 54 additions and 40 deletions

View file

@ -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.