--- deliantra/Deliantra/Deliantra.pm 2009/06/25 13:15:56 1.130 +++ deliantra/Deliantra/Deliantra.pm 2009/09/01 21:37:25 1.131 @@ -6,9 +6,9 @@ package Deliantra; -our $VERSION = '1.23'; +our $VERSION = '1.24'; -use strict; +use common::sense; use base 'Exporter'; @@ -153,7 +153,7 @@ all => MOVE_ALL, ); -our @MOVE_TYPE = keys %MOVE_TYPE; +our @MOVE_TYPE = qw(all ship boat swim flying fly_high fly_low walk); { package Deliantra::MoveType;