ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/gde/GCE/Util.pm
(Generate patch)

Comparing deliantra/gde/GCE/Util.pm (file contents):
Revision 1.19 by elmex, Mon Aug 14 03:55:50 2006 UTC vs.
Revision 1.20 by elmex, Mon Aug 14 18:52:48 2006 UTC

156} 156}
157 157
158sub arch_is_floor { 158sub arch_is_floor {
159 my ($a) = @_; 159 my ($a) = @_;
160 my $ar = Crossfire::arch_attr $a; 160 my $ar = Crossfire::arch_attr $a;
161 warn "NAME: $ar->{name}\n";
162 return ( 161 return (
163 (substr $ar->{name}, 0, 5) eq 'Floor' 162 (substr $ar->{name}, 0, 5) eq 'Floor'
164 or (substr $ar->{name}, 0, 10) eq 'Shop Floor' 163 or (substr $ar->{name}, 0, 10) eq 'Shop Floor'
165 ) 164 )
166} 165}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines