# HG changeset patch # User Simon Cross # Date 1302381726 -7200 # Node ID 89f5056518ccfd9f8cbfb7a6c596ae49ad13a2f3 # Parent cb2060f8316f1e1bf8ddd6a0f76176e188ddc88d Add tails back to game state. diff -r cb2060f8316f -r 89f5056518cc data/game.json --- a/data/game.json Sat Apr 09 22:41:38 2011 +0200 +++ b/data/game.json Sat Apr 09 22:42:06 2011 +0200 @@ -155,7 +155,15 @@ "aburage_96": { "type": "Aburage", "level": "celestial_plane", "pos": [1, 1] }, "aburage_97": { "type": "Aburage", "level": "celestial_plane", "pos": [1, 1] }, "aburage_98": { "type": "Aburage", "level": "celestial_plane", "pos": [1, 1] }, - "aburage_99": { "type": "Aburage", "level": "celestial_plane", "pos": [1, 1] } + "aburage_99": { "type": "Aburage", "level": "celestial_plane", "pos": [1, 1] }, + "tail_shapeshift": { "type": "ShapeshiftTail", "level": "_limbo", "pos": [1, 1] }, + "tail_fireball": { "type": "FireballTail", "level": "_limbo", "pos": [1, 1] }, + "tail_sprint": { "type": "SprintTail", "level": "_limbo", "pos": [1, 1] }, + "tail_invisibility": { "type": "InvisibilityTail", "level": "_limbo", "pos": [1, 1] }, + "tail_flight": { "type": "FlightTail", "level": "_limbo", "pos": [1, 1] }, + "tail_shield": { "type": "ShieldTail", "level": "_limbo", "pos": [1, 1] }, + "tail_steal": { "type": "StealTail", "level": "_limbo", "pos": [1, 1] }, + "tail_lightning": { "type": "LightningTail", "level": "_limbo", "pos": [1, 1] } }, "npcs": { "monk": { "type": "Monk", "level": "temple", "pos": [15, 16], "dsm": "npcs/monk.json", "state": "start" },