mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
8 lines
233 B
CoffeeScript
8 lines
233 B
CoffeeScript
module.exports.DungeonArenaStarted =
|
|
name: 'Dungeon Arena Started'
|
|
description: 'Started playing Dungeon Arena. '
|
|
worth: 3
|
|
collection: 'level.session'
|
|
query: "{\"level.original\":\"dungeon-arena\"}"
|
|
userField: 'creator'
|
|
|