mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
Took out some useless code and imports left in after testing this.
This commit is contained in:
parent
119f5f6d49
commit
ba623af351
1 changed files with 0 additions and 6 deletions
|
|
@ -18,8 +18,6 @@ from game.gamesrc.parents.base.basicobject import BasicObject
|
|||
# - this is as good a place as any.
|
||||
import game.gamesrc.events.example
|
||||
|
||||
#import game.gamesrc.events.eventSystem
|
||||
|
||||
#
|
||||
#commands on the button object
|
||||
#
|
||||
|
|
@ -100,10 +98,6 @@ class RedButton(BasicObject):
|
|||
count += 1
|
||||
obj.set_attribute("count",count)
|
||||
obj.get_location().emit_to_contents(s)
|
||||
|
||||
def update_tick(self):
|
||||
self.blink()
|
||||
|
||||
|
||||
def class_factory(source_obj):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue