[Moeng-cvs] BBRpg/data/scripts Effects.lua,1.1.1.1,1.1.1.1.2.1 Player.lua,1.11,1.11.2.1 Boss.lua,1.1
Status: Alpha
Brought to you by:
b_lindeijer
Update of /cvsroot/moeng/BBRpg/data/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv13201/data/scripts Modified Files: Tag: bbrpg Effects.lua Player.lua Removed Files: Tag: bbrpg Boss.lua Cave1.lua Cave2.lua Cave3.lua CaveAdventure.lua CaveLang.lua CaveTriggers.lua DgeMapSwitches.lua EnemySpider.lua Fence.lua Radio.lua Spring.lua Torch.lua Z.lua Log Message: Removed (almost) all non-blues brother content Index: Effects.lua =================================================================== RCS file: /cvsroot/moeng/BBRpg/data/scripts/Effects.lua,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1 *** Effects.lua 7 Dec 2003 02:17:18 -0000 1.1.1.1 --- Effects.lua 4 Jan 2004 20:35:25 -0000 1.1.1.1.2.1 *************** *** 78,82 **** -- ! PoisonProjectile = Actor:subclass { name = "PoisonProjectile"; --- 78,82 ---- -- ! --[[PoisonProjectile = Actor:subclass { name = "PoisonProjectile"; *************** *** 95,96 **** --- 95,97 ---- }; } + ]] \ No newline at end of file Index: Player.lua =================================================================== RCS file: /cvsroot/moeng/BBRpg/data/scripts/Player.lua,v retrieving revision 1.11 retrieving revision 1.11.2.1 diff -C2 -d -r1.11 -r1.11.2.1 *** Player.lua 2 Jan 2004 02:49:56 -0000 1.11 --- Player.lua 4 Jan 2004 20:35:25 -0000 1.11.2.1 *************** *** 140,144 **** travel = 1, -- Player can travel to other maps ! charAnim = extr_char_anim(m_get_bitmap("frode.tga")), }; } --- 140,144 ---- travel = 1, -- Player can travel to other maps ! charAnim = extr_char_anim(m_get_bitmap("brian.bmp")), }; } --- Boss.lua DELETED --- --- Cave1.lua DELETED --- --- Cave2.lua DELETED --- --- Cave3.lua DELETED --- --- CaveAdventure.lua DELETED --- --- CaveLang.lua DELETED --- --- CaveTriggers.lua DELETED --- --- DgeMapSwitches.lua DELETED --- --- EnemySpider.lua DELETED --- --- Fence.lua DELETED --- --- Radio.lua DELETED --- --- Spring.lua DELETED --- --- Torch.lua DELETED --- --- Z.lua DELETED --- |