mirror of
https://github.com/chocolate-doom/research.git
synced 2024-11-10 07:11:34 +00:00
GoldenWand -> GoldWand, change name of unknown action function to be the
same as that used in Chocolate Heretic. Subversion-branch: /research Subversion-revision: 1860
This commit is contained in:
parent
6aa2b4370a
commit
b8138275b3
1 changed files with 3 additions and 3 deletions
|
@ -58,14 +58,14 @@ ACTION_POINTERS = {
|
||||||
116336 => "A_HideInCeiling",
|
116336 => "A_HideInCeiling",
|
||||||
115984 => "A_SkullRodStorm",
|
115984 => "A_SkullRodStorm",
|
||||||
116272 => "A_RainImpact",
|
116272 => "A_RainImpact",
|
||||||
113152 => "A_FireGoldenWandPL1",
|
113152 => "A_FireGoldWandPL1",
|
||||||
113296 => "A_FireGoldenWandPL2",
|
113296 => "A_FireGoldWandPL2",
|
||||||
116368 => "A_FirePhoenixPL1",
|
116368 => "A_FirePhoenixPL1",
|
||||||
116720 => "A_InitPhoenixPL2",
|
116720 => "A_InitPhoenixPL2",
|
||||||
116736 => "A_FirePhoenixPL2",
|
116736 => "A_FirePhoenixPL2",
|
||||||
117104 => "A_ShutdownPhoenixPL2",
|
117104 => "A_ShutdownPhoenixPL2",
|
||||||
116496 => "A_PhoenixPuff",
|
116496 => "A_PhoenixPuff",
|
||||||
116480 => "???? DONT KNOW YET",
|
116480 => "A_RemovedPhoenixFunc", # anomaly!
|
||||||
117120 => "A_FlameEnd",
|
117120 => "A_FlameEnd",
|
||||||
117152 => "A_FloatPuff",
|
117152 => "A_FloatPuff",
|
||||||
115232 => "A_FireCrossbowPL1",
|
115232 => "A_FireCrossbowPL1",
|
||||||
|
|
Loading…
Reference in a new issue