mirror of
https://github.com/evennia/evennia.git
synced 2026-03-18 22:06:30 +01:00
Whoops, fixed some comment stuff.
This commit is contained in:
parent
9c57e1cf7a
commit
679ef8dc74
1 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ class BasicObject:
|
|||
actor: (Object) Reference to the looker
|
||||
"""
|
||||
# Un-comment the line below for an example
|
||||
#print "SCRIPT TEST: %s looked at %s." % (looker, self.source_obj)
|
||||
#print "SCRIPT TEST: %s looked at %s." % (actor, self.source_obj)
|
||||
pass
|
||||
|
||||
def a_get(self, actor):
|
||||
|
|
@ -29,7 +29,7 @@ class BasicObject:
|
|||
actor: (Object) Reference to the person who got the object
|
||||
"""
|
||||
# Un-comment the line below for an example
|
||||
#print "SCRIPT TEST: %s got %s." % (looker, self.source_obj)
|
||||
#print "SCRIPT TEST: %s got %s." % (actor, self.source_obj)
|
||||
pass
|
||||
|
||||
def a_drop(self, actor):
|
||||
|
|
@ -39,7 +39,7 @@ class BasicObject:
|
|||
actor: (Object) Reference to the person who dropped the object
|
||||
"""
|
||||
# Un-comment the line below for an example
|
||||
#print "SCRIPT TEST: %s got %s." % (looker, self.source_obj)
|
||||
#print "SCRIPT TEST: %s got %s." % (actor, self.source_obj)
|
||||
pass
|
||||
|
||||
def class_factory(source_obj):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue