Make multi-tile tables have matching singular and plural name structure
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19959 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
f5a8a3d6df
commit
d54323d725
|
@ -1,3 +1,10 @@
|
||||||
|
Changes to plural names for multi-tile tables to improve consistency between
|
||||||
|
singular and plural versions of object names.
|
||||||
|
indoor/table_1x2.arc
|
||||||
|
indoor/table_2x1.arc
|
||||||
|
indoor/table_2x2.arc
|
||||||
|
Daniel Hawkins (SilverNexus) 2015-05-22
|
||||||
|
|
||||||
Naming change to plural name for tentacle's hook to indicate the hooks
|
Naming change to plural name for tentacle's hook to indicate the hooks
|
||||||
came from multiple tentacles, not just a single tentacle.
|
came from multiple tentacles, not just a single tentacle.
|
||||||
"tentacle's" became "tentacles'"
|
"tentacle's" became "tentacles'"
|
||||||
|
|
|
@ -5,7 +5,7 @@ no_pick 1
|
||||||
weight 150000
|
weight 150000
|
||||||
value 55
|
value 55
|
||||||
material 16
|
material 16
|
||||||
name_pl tables
|
name_pl large tables
|
||||||
client_type 8002
|
client_type 8002
|
||||||
end
|
end
|
||||||
More
|
More
|
||||||
|
@ -16,7 +16,7 @@ no_pick 1
|
||||||
weight 150000
|
weight 150000
|
||||||
value 55
|
value 55
|
||||||
material 16
|
material 16
|
||||||
name_pl tables
|
name_pl large tables
|
||||||
client_type 8002
|
client_type 8002
|
||||||
y 1
|
y 1
|
||||||
end
|
end
|
||||||
|
|
|
@ -5,7 +5,7 @@ no_pick 1
|
||||||
weight 150000
|
weight 150000
|
||||||
value 55
|
value 55
|
||||||
material 16
|
material 16
|
||||||
name_pl tables
|
name_pl long tables
|
||||||
client_type 8002
|
client_type 8002
|
||||||
end
|
end
|
||||||
More
|
More
|
||||||
|
@ -16,7 +16,7 @@ no_pick 1
|
||||||
weight 150000
|
weight 150000
|
||||||
value 55
|
value 55
|
||||||
material 16
|
material 16
|
||||||
name_pl tables
|
name_pl long tables
|
||||||
client_type 8002
|
client_type 8002
|
||||||
x 1
|
x 1
|
||||||
end
|
end
|
||||||
|
|
|
@ -5,7 +5,7 @@ no_pick 1
|
||||||
weight 300000
|
weight 300000
|
||||||
value 100
|
value 100
|
||||||
material 16
|
material 16
|
||||||
name_pl tables
|
name_pl big tables
|
||||||
client_type 8002
|
client_type 8002
|
||||||
end
|
end
|
||||||
More
|
More
|
||||||
|
@ -16,7 +16,7 @@ no_pick 1
|
||||||
weight 300000
|
weight 300000
|
||||||
value 100
|
value 100
|
||||||
material 16
|
material 16
|
||||||
name_pl tables
|
name_pl big tables
|
||||||
client_type 8002
|
client_type 8002
|
||||||
x 1
|
x 1
|
||||||
end
|
end
|
||||||
|
@ -28,7 +28,7 @@ no_pick 1
|
||||||
weight 300000
|
weight 300000
|
||||||
value 100
|
value 100
|
||||||
material 16
|
material 16
|
||||||
name_pl tables
|
name_pl big tables
|
||||||
client_type 8002
|
client_type 8002
|
||||||
y 1
|
y 1
|
||||||
end
|
end
|
||||||
|
@ -40,7 +40,7 @@ no_pick 1
|
||||||
weight 300000
|
weight 300000
|
||||||
value 100
|
value 100
|
||||||
material 16
|
material 16
|
||||||
name_pl tables
|
name_pl big tables
|
||||||
client_type 8002
|
client_type 8002
|
||||||
x 1
|
x 1
|
||||||
y 1
|
y 1
|
||||||
|
|
Loading…
Reference in New Issue